Updated the version numbers to 4.5.1.
authorRossen Apostolov <rossen@cbr.su.se>
Thu, 2 Sep 2010 10:16:17 +0000 (12:16 +0200)
committerRossen Apostolov <rossen@cbr.su.se>
Thu, 2 Sep 2010 10:16:17 +0000 (12:16 +0200)
Accidentally tagged the previous commit as 4.5.1 before
updating them.

CMakeLists.txt
configure.ac

index 10f1647194a3ca0a9858d3affd6157bff22a4362..f0fce754dca34c848a57a2dab0ea4e0dd32a6878 100644 (file)
@@ -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!
index fdadeddbe99188098d412089c409afe1a65dad18..034f721e85b3457a35928e10a95f1c6bc1b0f1eb 100644 (file)
@@ -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