summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)