mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
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
This commit is contained in:
parent
0951b69be5
commit
d5e9f1216e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue