Author: cazfi
Date: Fri Nov  6 21:49:24 2015
New Revision: 30447

URL: http://svn.gna.org/viewcvs/freeciv?rev=30447&view=rev
Log:
Make sure that version number in a windows installer snapshot build has 
something separating the
label and revision number information.

See bug #24021

Modified:
    branches/S2_6/fc_version

Modified: branches/S2_6/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/fc_version?rev=30447&r1=30446&r2=30447&view=diff
==============================================================================
--- branches/S2_6/fc_version    (original)
+++ branches/S2_6/fc_version    Fri Nov  6 21:49:24 2015
@@ -66,6 +66,9 @@
 else
   VERSION_REV=""
 fi
+if test "x$VERSION_REV" != "x" && test "x$VERSION_LABEL" != "+" ; then
+  VERSION_REV="+${VERSION_REV}"
+fi
 
 if test x$VERSION_SCRIPT_SILENT != xyes ; then
   
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}${VERSION_LABEL}${VERSION_REV}


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to