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:
Ludwig Nussel 2007-09-06 08:26:11 +00:00
parent 0951b69be5
commit d5e9f1216e
1 changed files with 1 additions and 1 deletions

View File

@ -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