From 92aed9a2c3f3f1a816990c5d9fa22c46d177f6ec Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sun, 15 Apr 2007 19:09:00 +0000 Subject: Create a file name REVISION while creating the tar ball. This is uesfull as soon as OpenSLX is installed from the tar ball and not from inside the subversion. In this case svnversion can't provide the revision the tar ball was made from. Only append the repository resivion to the version string if OPENSLX_SVN_SNAPSHOT from the environment is set to _anything_ != "". git-svn-id: http://svn.openslx.org/svn/openslx/trunk@895 95ad53e4-c205-0410-b2fa-d234c58c8868 --- VERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSIONS') diff --git a/VERSIONS b/VERSIONS index 85374a92..5ffddb45 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ OPENSLX_VERSION_MAJOR="4" OPENSLX_VERSION_MINOR="0" OPENSLX_VERSION_RELEASE="0" -OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_VERSION_SVNREV:+rev$OPENSLX_VERSION_SVNREV}" +OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}" -- cgit v1.2.3-55-g7522