Author: cazfi
Date: Sun Dec 20 21:34:29 2015
New Revision: 31123

URL: http://svn.gna.org/viewcvs/freeciv?rev=31123&view=rev
Log:
Fixed double plus appearing on the name of Windows Installer snapshot build of 
an post-release revision

See bug #24199

Modified:
    trunk/fc_version

Modified: trunk/fc_version
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/fc_version?rev=31123&r1=31122&r2=31123&view=diff
==============================================================================
--- trunk/fc_version    (original)
+++ trunk/fc_version    Sun Dec 20 21:34:29 2015
@@ -66,7 +66,7 @@
 else
   VERSION_REV=""
 fi
-if test "x$VERSION_REV" != "x" && test "x$VERSION_LABEL" != "+" ; then
+if test "x$VERSION_REV" != "x" && test "x$VERSION_LABEL" != "x+" ; then
   VERSION_REV="+${VERSION_REV}"
 fi
 


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

Reply via email to