Updated version: now 4.6
authorRossen Apostolov <rossen@kth.se>
Wed, 21 Sep 2011 12:55:56 +0000 (14:55 +0200)
committerRossen Apostolov <rossen@kth.se>
Wed, 21 Sep 2011 12:55:56 +0000 (14:55 +0200)
Change-Id: I309ddac1ba41c8c2bfe9c8880848c061c384720c

CMakeLists.txt
configure.ac

index 7c4049f1e49101ae8af99330a42c7dad33480f45..1036c602e97fb745091e5a7343380a67175c36aa 100644 (file)
@@ -12,7 +12,7 @@ mark_as_advanced(DART_ROOT)
 # machine with no git. 
 #
 # NOTE: when releasing the "-dev" suffix needs to be stripped off!
-set(PROJECT_VERSION "4.5.5-dev")
+set(PROJECT_VERSION "4.6-dev")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)
@@ -22,8 +22,8 @@ endif (CUSTOM_VERSION_STRING)
 set(SOVERSION 6)
 # It is a bit irritating, but this has to be set separately for now!
 SET(CPACK_PACKAGE_VERSION_MAJOR "4")
-SET(CPACK_PACKAGE_VERSION_MINOR "5")
-SET(CPACK_PACKAGE_VERSION_PATCH "5")
+SET(CPACK_PACKAGE_VERSION_MINOR "6")
+#SET(CPACK_PACKAGE_VERSION_PATCH "0")
 
 
 # Cmake modules/macros are in a subdirectory to keep this file cleaner
index d0f00f7eb636ddb5504a7be2ee7b52b8bb718475..fcd002f9314d6d31de45f71e5983083d18469479 100644 (file)
@@ -9,7 +9,7 @@ AC_PREREQ(2.50)
 # machine with no git. 
 #
 # NOTE: when releasing the "-dev" suffix needs to be stripped off!
-AC_INIT(gromacs, 4.5.5-dev, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.6-dev, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST