summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2c308d41..6d2b6f08 100644
--- a/Makefile
+++ b/Makefile
@@ -19,20 +19,20 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.180 2009-02-03 03:18:00 schnetter Exp $
+# @version $Id: Makefile,v 1.181 2009-02-03 03:19:19 schnetter Exp $
# @@*/
-##################################################################################
+################################################################################
# Version number
-##################################################################################
+################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 0
CCTK_VERSION_OTHER = b17
-##################################################################################
+################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
-##################################################################################
+################################################################################
export CCTK_VERSION_MAJOR CCTK_VERSION_MINOR CCTK_VERSION_OTHER CCTK_VERSION
-##################################################################################
+################################################################################
# Stop with prompts unless told not to
ifeq ($(strip $(PROMPT)), )