summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-24 18:03:52 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-24 18:03:52 +0000
commit28166568e3f288af89a22929a2b28ce6cc096bef (patch)
treebfb428c07dd25c82daf47cc63454894744ba4548 /Makefile
parentcbe44cc1b79e4d45f7b69e22ee3e89e2aa8af177 (diff)
Started beta 4 development.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1097 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 79e8de3f..4e2d422f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.52 1999-10-19 16:41:54 allen Exp $
+# @version $Id: Makefile,v 1.53 1999-10-24 18:03:52 goodale Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b3
+CCTK_VERSION_OTHER = b4
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################