summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-28 12:54:29 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-28 12:54:29 +0000
commit49c110f33c434476068ef97e6f8d06b63070b895 (patch)
treeddd883b1483e731101618a8a8b91501727de10dc /Makefile
parent3b883f45d1cca107ca50f0befe35d32e437b9309 (diff)
Start of Beta 9.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1792 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 d4b45980..0ad595d3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.96 2000-07-22 17:22:28 goodale Exp $
+# @version $Id: Makefile,v 1.97 2000-07-28 12:54:29 goodale Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b8
+CCTK_VERSION_OTHER = b9
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################