aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.macosx4
-rw-r--r--VERSION2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.macosx b/Makefile.macosx
index 65d7390..079d2b9 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -30,10 +30,12 @@
#
# https://github.com/genetics-statistics/GEMMA/blob/master/INSTALL.md
+GEMMA_VERSION = $(shell cat ./VERSION)
+
# Set this variable to either LNX or MAC
SYS = MAC # LNX|MAC (Linux is the default)
# Leave blank after "=" to disable; put "= 1" to enable
-DIST_NAME = gemma-0.97.3
+DIST_NAME = gemma-$(GEMMA_VERSION)
DEBUG = # DEBUG mode, set DEBUG= for a release
SHOW_COMPILER_WARNINGS =
WITH_LAPACK = 1
diff --git a/VERSION b/VERSION
index 09f968e..0857cc9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.97-pre3
+0.97-pre4