Added back the "-dev" suffixes to the version strings.
[alexxy/gromacs.git] / configure.ac
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