From: Rossen Apostolov Date: Tue, 20 Sep 2011 07:01:42 +0000 (+0200) Subject: New release: 4.5.5 X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=5282f20bc07ab10072add91fda65f49ac3e1c189;p=alexxy%2Fgromacs.git New release: 4.5.5 Change-Id: I6130c171c98c187ec233ee9910cf072cef00ce47 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b1a73e931c..7c4049f1e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/configure.ac b/configure.ac index 878fb5d252..d0f00f7eb6 100644 --- a/configure.ac +++ b/configure.ac @@ -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