Added back the "-dev" suffixes to the version strings.
authorRossen Apostolov <rossen@cbr.su.se>
Sat, 30 Oct 2010 20:07:36 +0000 (22:07 +0200)
committerRossen Apostolov <rossen@cbr.su.se>
Sat, 30 Oct 2010 20:07:36 +0000 (22:07 +0200)
CMakeLists.txt
configure.ac

index 7701d43b265edb6ad0c1f54ff182c086f59b0803..0d49a828f7584c5d3a90a3d5747161c2fea02e68 100644 (file)
@@ -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)
index 467b4942e87a6c4cda55ed1ac8fe3ac6131a3014..f9b9ef1d5b45b70b598829e8958dbaf9c86d087f 100644 (file)
@@ -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