From 7983544d5b7e8dc653ad02b609c5bcf3ed2abad9 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 21 May 2013 15:06:15 +0000 Subject: update Cactus version number git-svn-id: http://svn.cactuscode.org/flesh/trunk@5018 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50f28e71..c4e7c390 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ # Version number ################################################################################ CCTK_VERSION_MAJOR = 4 -CCTK_VERSION_MINOR = 1 +CCTK_VERSION_MINOR = 2 CCTK_VERSION_OTHER = 1 ################################################################################ CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER) -- cgit v1.2.3