From ed0da69edef879b29c174da11a845016b632195c Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Wed, 1 Sep 2010 22:01:49 +0200 Subject: [PATCH] New release: 4.5 (final). Yay!!! --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 576d7988e1..c94e296214 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-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! diff --git a/configure.ac b/configure.ac index 8bea1c225a..fdadeddbe9 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.22.0