summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-30 17:49:46 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-30 17:49:46 +0000
commit97ddc2d51b8ea77ccb4eec10b2a3217210f8ef6c (patch)
treee407d5034094ae3e43c9d0ee540b3d8e505c0968 /Makefile
parent0e5dc6b42c6c9f63ce751e9f30fe424730fd136d (diff)
Updating to beta 14.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3622 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 7dd76e08..24136c2c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.148 2004-01-20 21:29:12 schnetter Exp $
+# @version $Id: Makefile,v 1.149 2004-03-30 17:49:46 goodale Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b13
+CCTK_VERSION_OTHER = b14
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################