summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-15 18:11:40 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-15 18:11:40 +0000
commit0137b454d890c161780a47485d08c7f1d644d3c6 (patch)
treea46b47790551012967b2f4b74b47a4bf5bcdf0aa /Makefile
parentdf41dd86dddd9e63ed426d6e428ba5c5d9514377 (diff)
Start of beta 11.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2187 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 de9120db..32840a94 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.111 2001-05-08 08:23:51 goodale Exp $
+# @version $Id: Makefile,v 1.112 2001-05-15 18:11:40 goodale Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b10
+CCTK_VERSION_OTHER = b11
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################