diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-06 08:26:11 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-06 08:26:11 +0000 |
commit | ed3c9635a68e03c1448e64ff49824b65fa1f4776 (patch) | |
tree | eff4f95b57c39f7337370584b1d276d241999387 /Makefile | |
parent | 340891e8dca56fac2f4d26d8fb58b8f5668019e8 (diff) | |
download | ioquake3-aero-ed3c9635a68e03c1448e64ff49824b65fa1f4776.tar.gz ioquake3-aero-ed3c9635a68e03c1448e64ff49824b65fa1f4776.zip |
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
git-svn-id: svn://svn.icculus.org/quake3/trunk@1167 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ USE_SVN= 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 |