Set version info for 4.6.x release series
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 16 Jan 2013 01:08:33 +0000 (02:08 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 18 Jan 2013 20:27:10 +0000 (21:27 +0100)
Change-Id: I31378a7ef5d9b7333aa91f076c2a792072d304f9

CMakeLists.txt

index 2086ea018374dfe39ed970a191cd3a3835eee8ab..d2981fe4668c621fc4924c1f56a1d32d6024b409 100644 (file)
@@ -56,7 +56,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.6-dev")
+set(PROJECT_VERSION "4.6.1-dev")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)
@@ -67,7 +67,7 @@ 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 "6")
-#SET(CPACK_PACKAGE_VERSION_PATCH "0")
+SET(CPACK_PACKAGE_VERSION_PATCH "1")
 
 # The numerical gromacs version. It is 40600 for 4.6.0.
 # The #define GMX_VERSION in gmx_header_config_h is set to this value.