r1167 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 6 04:26:12 EDT 2007


Author: ludwig
Date: 2007-09-06 04:26:11 -0400 (Thu, 06 Sep 2007)
New Revision: 1167

Modified:
   trunk/Makefile
Log:
restore previous versioning scheme for svn snapshots. This scheme is
necessary for continuous version numbers of (rpm) packages.
e.g. 1.35_SVNxxxx > 1.35 > 1.34_SVNxxxx > 1.34


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-09-06 02:16:07 UTC (rev 1166)
+++ trunk/Makefile	2007-09-06 08:26:11 UTC (rev 1167)
@@ -151,7 +151,7 @@
 ifeq ($(wildcard .svn),.svn)
   SVN_REV=$(shell LANG=C svnversion .)
   ifneq ($(SVN_REV),)
-    SVN_VERSION=$(SVN_REV)
+    SVN_VERSION=$(VERSION)_SVN$(SVN_REV)
     USE_SVN=1
   endif
 endif




More information about the quake3-commits mailing list