New release: 4.5.5
authorRossen Apostolov <rossen@kth.se>
Tue, 20 Sep 2011 07:01:42 +0000 (09:01 +0200)
committerRossen Apostolov <rossen@kth.se>
Tue, 20 Sep 2011 07:01:42 +0000 (09:01 +0200)
Change-Id: I6130c171c98c187ec233ee9910cf072cef00ce47

CMakeLists.txt
configure.ac

index b1a73e931c6905e095a0627074607dd1e5f01ecc..7c4049f1e49101ae8af99330a42c7dad33480f45 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.4-dev")
+set(PROJECT_VERSION "4.5.5-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 "4")
+SET(CPACK_PACKAGE_VERSION_PATCH "5")
 
 
 # Cmake modules/macros are in a subdirectory to keep this file cleaner
index 878fb5d2524b9e8ad1ca2dcc640fcd7aabf3df46..d0f00f7eb636ddb5504a7be2ee7b52b8bb718475 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.4-dev, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.5.5-dev, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST