New bugfix release: 4.5.2
authorRossen Apostolov <rossen@cbr.su.se>
Sat, 30 Oct 2010 19:22:54 +0000 (21:22 +0200)
committerRossen Apostolov <rossen@cbr.su.se>
Sat, 30 Oct 2010 19:22:54 +0000 (21:22 +0200)
CMakeLists.txt
configure.ac

index d14affe70d35c7d234fa74fd96ef663b4955b192..7701d43b265edb6ad0c1f54ff182c086f59b0803 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.1-dev")
+set(PROJECT_VERSION "4.5.2")
 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 "1")
+SET(CPACK_PACKAGE_VERSION_PATCH "2")
 
 
 # Cmake modules/macros are in a subdirectory to keep this file cleaner
index 258598aef5ff788457f41e2cf4e318d6dd835180..467b4942e87a6c4cda55ed1ac8fe3ac6131a3014 100644 (file)
@@ -3,7 +3,7 @@
 #######################################################################
  
 AC_PREREQ(2.50)
-AC_INIT(gromacs, 4.5.1, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.5.2, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST