summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-02-03 03:18:00 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-02-03 03:18:00 +0000
commit272efe18cc42035297a2cb418bda426ecb7e7d6d (patch)
tree44eba93ac88cff980009d32b25a8fbcf65164d94 /Makefile
parentebef46e5975908dcc99b1feee8f670261df50fbd (diff)
Update version to 4.0 beta 17
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4544 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8846ec26..2c308d41 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.179 2009-02-03 00:21:09 schnetter Exp $
+# @version $Id: Makefile,v 1.180 2009-02-03 03:18:00 schnetter Exp $
# @@*/
##################################################################################
@@ -27,7 +27,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b16
+CCTK_VERSION_OTHER = b17
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################