summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-21 15:54:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-01-21 15:54:41 +0000
commit4eab710a099654d9deadc69b3682735c559a19bc (patch)
treee428f02d9ca50dc76e3641e17dac1bc3aa44e961 /Makefile
parent86204e6ebbc39b2cd536f571f8bca87bd649545e (diff)
Updating the version number to 4.0 beta 16 again as someone zapped the change
in the next commit. PLEASE do a cvs diff before committing anything ! git-svn-id: http://svn.cactuscode.org/flesh/trunk@3961 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 21ba0cb1..c1310a96 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.165 2005-01-13 10:58:18 tradke Exp $
+# @version $Id: Makefile,v 1.166 2005-01-21 15:54:41 goodale Exp $
# @@*/
##################################################################################
@@ -27,7 +27,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b15
+CCTK_VERSION_OTHER = b16
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################