summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-02-03 03:19:19 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-02-03 03:19:19 +0000
commitcb501a7f0171df579a388a310e83abd37bcc49fd (patch)
treeac0ac2e723c2066d83eb99a485a13b3609531c15 /Makefile
parent272efe18cc42035297a2cb418bda426ecb7e7d6d (diff)
Shrink overly long comment lines
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4545 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-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)), )