summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-28 23:15:02 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-28 23:15:02 +0000
commit499e4303230c580802bc0ad48c10c74da82bd870 (patch)
treea1917613ec230520c13b284fe993c12a16817dbd /Makefile
parent29124ae1859121ad72d445a823c60ab35c533c48 (diff)
Changing version number to Beta 12
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2599 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 ef7f6aaa..2bc336c9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.127 2002-01-09 11:59:36 tradke Exp $
+# @version $Id: Makefile,v 1.128 2002-01-28 23:15:02 allen Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b11
+CCTK_VERSION_OTHER = b12
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################