summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
authorLars Müller2007-04-15 21:09:00 +0200
committerLars Müller2007-04-15 21:09:00 +0200
commit92aed9a2c3f3f1a816990c5d9fa22c46d177f6ec (patch)
tree9c068574e7eacf8d28106e0e8a34079427d6c894 /VERSIONS
parentAdd DESTDIR variable and use it in the install rule. This allows make (diff)
downloadcore-92aed9a2c3f3f1a816990c5d9fa22c46d177f6ec.tar.gz
core-92aed9a2c3f3f1a816990c5d9fa22c46d177f6ec.tar.xz
core-92aed9a2c3f3f1a816990c5d9fa22c46d177f6ec.zip
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
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS2
1 files changed, 1 insertions, 1 deletions
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}"