summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
authorLars Müller2006-08-25 16:36:42 +0200
committerLars Müller2006-08-25 16:36:42 +0200
commitaaef8c2b42445e9dfebc9c77194d9f95977cebc1 (patch)
treedcce3425dd13e4598beed50247275bca5df5ee3c /VERSIONS
parentAdd clean rule. (diff)
downloadcore-aaef8c2b42445e9dfebc9c77194d9f95977cebc1.tar.gz
core-aaef8c2b42445e9dfebc9c77194d9f95977cebc1.tar.xz
core-aaef8c2b42445e9dfebc9c77194d9f95977cebc1.zip
Append rev$( svnversion) to OPENSLX_VERSION_STRING if
OPENSLX_SVN_SNAPSHOT is yes,y, or 1. This allows us to create a daily snapshot if the svn revision changes with a OPENSLX_SVN_SNAPSHOT=yes make tarball call. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@334 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 7f7636ad..85374a92 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_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_VERSION_SVNREV:+rev$OPENSLX_VERSION_SVNREV}"