From 41d32cc0dfe7e2a2af9e2f4bcc243d5ec1b78620 Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Tue, 9 Nov 2010 22:32:11 +0100 Subject: [PATCH] New maintanance release: 4.5.3 --- CMakeLists.txt | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa26b743de..d045126b09 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.2-dev") +set(PROJECT_VERSION "4.5.3-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 "2") +SET(CPACK_PACKAGE_VERSION_PATCH "3") # Cmake modules/macros are in a subdirectory to keep this file cleaner diff --git a/configure.ac b/configure.ac index f9b9ef1d5b..6d949e031a 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.2-dev, [gmx-users@gromacs.org]) +AC_INIT(gromacs, 4.5.3-dev, [gmx-users@gromacs.org]) AC_CONFIG_SRCDIR(src/gmxlib/3dview.c) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_HOST -- 2.22.0