From c22c7a237c961f0dcd18a638cf1957b03a4d4e76 Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Sat, 30 Oct 2010 21:22:54 +0200 Subject: [PATCH] New bugfix release: 4.5.2 --- CMakeLists.txt | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d14affe70d..7701d43b26 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.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 diff --git a/configure.ac b/configure.ac index 258598aef5..467b4942e8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.22.0