New release: 4.5 (final). Yay!!!
authorRossen Apostolov <rossen@cbr.su.se>
Wed, 1 Sep 2010 20:01:49 +0000 (22:01 +0200)
committerRossen Apostolov <rossen@cbr.su.se>
Wed, 1 Sep 2010 20:01:49 +0000 (22:01 +0200)
CMakeLists.txt
configure.ac

index 576d7988e1c97b80948e259db0c454d821f2ff6c..c94e296214b286b87c95c91d7a399c32a3337373 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-beta4"
+set(PROJECT_VERSION "4.5"
     CACHE STRING "Gromacs version string")
 set(SOVERSION 6)
 # It is a bit irritating, but this has to be set separately for now!
index 8bea1c225a75fb8fb7cdfe6ef571ea26c3632fe6..fdadeddbe99188098d412089c409afe1a65dad18 100644 (file)
@@ -3,7 +3,7 @@
 #######################################################################
  
 AC_PREREQ(2.50)
-AC_INIT(gromacs, 4.5-beta4, [gmx-users@gromacs.org])
+AC_INIT(gromacs, 4.5, [gmx-users@gromacs.org])
 AC_CONFIG_SRCDIR(src/gmxlib/3dview.c)
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST