We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5686db4 + 0817d23 commit 8bca489Copy full SHA for 8bca489
1 file changed
support/shared/version.mk
@@ -1,7 +1,8 @@
1
AMUSE_VERSION := $(patsubst v%,%,$(shell git describe --tags))
2
3
ifeq (,$(AMUSE_VERSION))
4
- AMUSE_VERSION := $(shell grep -v '^#' ../../VERSION)
+ H := #
5
+ AMUSE_VERSION := $(shell grep -v '^$H' ../../VERSION)
6
endif
7
8
export AMUSE_VERSION
0 commit comments