From cb501a7f0171df579a388a310e83abd37bcc49fd Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 3 Feb 2009 03:19:19 +0000 Subject: Shrink overly long comment lines git-svn-id: http://svn.cactuscode.org/flesh/trunk@4545 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') 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)), ) -- cgit v1.2.3