New maintenance release: 4.5.4
authorRossen Apostolov <rossen@kth.se>
Mon, 21 Mar 2011 15:18:18 +0000 (16:18 +0100)
committerRossen Apostolov <rossen@kth.se>
Mon, 21 Mar 2011 15:18:18 +0000 (16:18 +0100)
CMakeLists.txt
configure.ac

index 511982c723143da42fd104d88ca81fe67226b10c..011efe9f9acb03f78d8a950043f59a35a107242e 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.3-dev")
+set(PROJECT_VERSION "4.5.4-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 "3")
+SET(CPACK_PACKAGE_VERSION_PATCH "4")
 
 
 # Cmake modules/macros are in a subdirectory to keep this file cleaner
index 90339f2ee59a689602dce08792fb446334dec7e4..df265447640174fb003158a964b0ace405312bc8 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.3-dev, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.5.4-dev, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST