summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-20 12:53:45 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-20 12:53:45 +0000
commit339178005a427accccfa5ae7a7cbaa631a5ebf13 (patch)
treefffa98495f7049cc6df44e1c9e3cde0f4c7563ce /Makefile
parent68c8b3bfb1cc998cd612bb6e4172a83e5e8d6921 (diff)
Updated version number to beta 8.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1613 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 4b488770..d0a7de6a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.89 2000-04-19 11:18:18 allen Exp $
+# @version $Id: Makefile,v 1.90 2000-04-20 12:53:45 goodale Exp $
# @@*/
##################################################################################
@@ -24,7 +24,7 @@
##################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
-CCTK_VERSION_OTHER = b7
+CCTK_VERSION_OTHER = b8
##################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
##################################################################################