summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-11-26 16:00:38 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-11-26 16:00:38 +0000
commit852bd2a867ed00247efca3547268af691e6c7582 (patch)
tree860394f357e45a737c78632f75fd7333cb56b582
parent8e861be929039a75fac02ebccac30995f1b76580 (diff)
bump version number
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5057 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4e7c390..771cee2e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@
################################################################################
CCTK_VERSION_MAJOR = 4
CCTK_VERSION_MINOR = 2
-CCTK_VERSION_OTHER = 1
+CCTK_VERSION_OTHER = 3
################################################################################
CCTK_VERSION=$(CCTK_VERSION_MAJOR).$(CCTK_VERSION_MINOR).$(CCTK_VERSION_OTHER)
################################################################################