summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-11-05 21:08:48 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-11-05 21:08:48 +0000
commit3f89ecd574c49e23692bbbdb57ab9d52abc41b77 (patch)
tree5a3b974dc220b82d496949dbd9d3a63421c549be /Makefile
parentabaf3e9992e41de089c6824f1d96a50b9d47897a (diff)
distinguish development version from relase: 4.0.1
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4767 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b267d08c..4c896676 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b17
+CCTK_VERSION_OTHER = 1
################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
################################################################################