summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-13 21:11:47 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-13 21:11:47 +0000
commit3ae10bfbff12d3c62b199f658d6fad7c21e1dff1 (patch)
tree5d33e69acd05de450728e2d5bf1586b9dd9d8528 /Makefile
parent609e163bfe0a049d466f525c01154f98c329225a (diff)
Start of 4.0 beta 15.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3724 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 ff895677..76f03f41 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.152 2004-05-12 04:11:42 goodale Exp $
+# @version $Id: Makefile,v 1.153 2004-05-13 21:11:47 goodale Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b14
+CCTK_VERSION_OTHER = b15
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################