summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 14:38:32 +0000
committerjmasso <jmasso@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 14:38:32 +0000
commit01914a700deffb20330be043995f3202427d4442 (patch)
tree1a04a958f81395e7cd7d051172ef32871522400b
parent298d163343b7a3a791fb7dbe809f28cf64f1d977 (diff)
beta1
git-svn-id: http://svn.cactuscode.org/flesh/trunk@835 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad8f4b91..55c8d5ff 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.44 1999-07-29 18:36:51 jmasso Exp $
+# @version $Id: Makefile,v 1.45 1999-07-30 14:38:32 jmasso Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = ib1
+CCTK_VERSION_OTHER = b1
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################