From: Rossen Apostolov Date: Thu, 2 Sep 2010 10:16:17 +0000 (+0200) Subject: Updated the version numbers to 4.5.1. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=71fee1b7cd79723783fb8301fafa30befc18431a;p=alexxy%2Fgromacs.git Updated the version numbers to 4.5.1. Accidentally tagged the previous commit as 4.5.1 before updating them. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 10f1647194..f0fce754dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(Gromacs) include(Dart) # PROJECT_VERSION should have the following structure: # VERSION[-dev-SUFFIX] where the VERSION can have any form and the suffix -set(PROJECT_VERSION "4.5" +set(PROJECT_VERSION "4.5.1" CACHE STRING "Gromacs version string") set(SOVERSION 6) # It is a bit irritating, but this has to be set separately for now! diff --git a/configure.ac b/configure.ac index fdadeddbe9..034f721e85 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ ####################################################################### AC_PREREQ(2.50) -AC_INIT(gromacs, 4.5, [gmx-users@gromacs.org]) +AC_INIT(gromacs, 4.5.1, [gmx-users@gromacs.org]) AC_CONFIG_SRCDIR(src/gmxlib/3dview.c) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_HOST