New maintanance release: 4.5.3
authorRossen Apostolov <rossen@cbr.su.se>
Tue, 9 Nov 2010 21:32:11 +0000 (22:32 +0100)
committerRossen Apostolov <rossen@cbr.su.se>
Tue, 9 Nov 2010 21:32:11 +0000 (22:32 +0100)
CMakeLists.txt
configure.ac

index aa26b743de5209ea02cc4f1a9b5a4a1ed432c2d2..d045126b09d34e6eebbda8c9fe988e67b018f184 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.2-dev")
+set(PROJECT_VERSION "4.5.3-dev")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)
@@ -23,7 +23,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 "5")
-SET(CPACK_PACKAGE_VERSION_PATCH "2")
+SET(CPACK_PACKAGE_VERSION_PATCH "3")
 
 
 # Cmake modules/macros are in a subdirectory to keep this file cleaner
index f9b9ef1d5b45b70b598829e8958dbaf9c86d087f..6d949e031a081671279a57816324640906638cb4 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.2-dev, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.5.3-dev, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST