From: Rossen Apostolov Date: Sat, 30 Oct 2010 20:07:36 +0000 (+0200) Subject: Added back the "-dev" suffixes to the version strings. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=626168925ebd68b2f5830b6bf8e3b060bc3b2aad;p=alexxy%2Fgromacs.git Added back the "-dev" suffixes to the version strings. --- 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