summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-11-08 16:22:12 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-11-08 16:22:12 +0000
commit8ede0adc742c0f1d7c084db52de07d924b720ccc (patch)
treecb1f59b7f06ed9814553609138aff84f3ad4a942 /Makefile
parenta31343ac48ec9f709eed0d41330aef096af26c1e (diff)
update version number
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4907 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a09d933e..50f28e71 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@
# Version number
################################################################################
CCTK_VERSION_MAJOR = 4
-CCTK_VERSION_MINOR = 0
+CCTK_VERSION_MINOR = 1
CCTK_VERSION_OTHER = 1
################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)