summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-03 00:21:16 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-11-03 00:21:16 +0000
commit30e737ecb1109d16f0975c7ba104dd959948369a (patch)
tree622d78c4ca4d0f5391697c290e8d3fc5db3ff8f9 /Makefile
parent79abd4459f1b50f485ee2b801f39de53c2542e49 (diff)
Update beta number after releasing beta 15.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3885 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 75297dcf..ad5196a9 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.161 2004-10-27 13:04:52 tradke Exp $
+# @version $Id: Makefile,v 1.162 2004-11-03 00:21:16 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)
##################################################################################