aboutsummaryrefslogtreecommitdiff
path: root/Makefile.macosx
diff options
context:
space:
mode:
authorPjotr Prins2017-11-09 08:27:42 +0000
committerPjotr Prins2017-11-09 08:27:42 +0000
commit554e1f69f8453a0f7c4f4ed2fe180dcf12a3a679 (patch)
treef79a6fa1515d86f7a675f9b757abf49061713a5f /Makefile.macosx
parent9cd9edf70b0210bf0c53ccf724c8cf6c9b38c1ef (diff)
downloadpangemma-554e1f69f8453a0f7c4f4ed2fe180dcf12a3a679.tar.gz
Pick up version automatically and bump it
Diffstat (limited to 'Makefile.macosx')
-rw-r--r--Makefile.macosx4
1 files changed, 3 insertions, 1 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