From 626168925ebd68b2f5830b6bf8e3b060bc3b2aad Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Sat, 30 Oct 2010 22:07:36 +0200 Subject: [PATCH] Added back the "-dev" suffixes to the version strings. --- CMakeLists.txt | 2 +- configure.ac | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7701d43b26..0d49a828f7 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.2") +set(PROJECT_VERSION "4.5.2-dev") set(CUSTOM_VERSION_STRING "" CACHE STRING "Custom version string (if empty, use hard-coded default)") mark_as_advanced(CUSTOM_VERSION_STRING) diff --git a/configure.ac b/configure.ac index 467b4942e8..f9b9ef1d5b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,13 @@ ####################################################################### AC_PREREQ(2.50) -AC_INIT(gromacs, 4.5.2, [gmx-users@gromacs.org]) + +# The "-dev" suffix is important to keep because it makes possible to distinguish +# between a build from official release and a build from git release branch on a +# machine with no git. +# +# NOTE: when releasing the "-dev" suffix needs to be stripped off! +AC_INIT(gromacs, 4.5.2-dev, [gmx-users@gromacs.org]) AC_CONFIG_SRCDIR(src/gmxlib/3dview.c) AC_CONFIG_AUX_DIR(config) AC_CANONICAL_HOST -- 2.22.0