From: Rossen Apostolov Date: Wed, 21 Sep 2011 12:55:56 +0000 (+0200) Subject: Updated version: now 4.6 X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=b05994da37c8cb3c134b0c579df8b6ef5ec5b54e;p=alexxy%2Fgromacs.git Updated version: now 4.6 Change-Id: I309ddac1ba41c8c2bfe9c8880848c061c384720c --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c4049f1e4..1036c602e9 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.5-dev") +set(PROJECT_VERSION "4.6-dev") set(CUSTOM_VERSION_STRING "" CACHE STRING "Custom version string (if empty, use hard-coded default)") mark_as_advanced(CUSTOM_VERSION_STRING) @@ -22,8 +22,8 @@ endif (CUSTOM_VERSION_STRING) 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 "5") +SET(CPACK_PACKAGE_VERSION_MINOR "6") +#SET(CPACK_PACKAGE_VERSION_PATCH "0") # Cmake modules/macros are in a subdirectory to keep this file cleaner diff --git a/configure.ac b/configure.ac index d0f00f7eb6..fcd002f931 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.5-dev, [gmx-users@gromacs.org]) +AC_INIT(gromacs, 4.6-dev, [gmx-users@gromacs.org]) AC_CONFIG_SRCDIR(src/gmxlib/3dview.c) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_HOST