From d5e9f1216e0f2a336f37eb6933cf5fccc3c43e37 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Thu, 6 Sep 2007 08:26:11 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74dde9a5..6e38dc61 100644 --- a/Makefile +++ b/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