diff options
author | Dirk von Suchodoletz | 2008-12-23 00:04:01 +0100 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-12-23 00:04:01 +0100 |
commit | 8ae21107e965d2feba52dad34c4475e72e6dedd5 (patch) | |
tree | 37ed7e94af58f2203e36e4ec235abe96c8c36a1a /VERSIONS | |
parent | The rdate applet uses a time server which does not need to be (diff) | |
download | core-8ae21107e965d2feba52dad34c4475e72e6dedd5.tar.gz core-8ae21107e965d2feba52dad34c4475e72e6dedd5.tar.xz core-8ae21107e965d2feba52dad34c4475e72e6dedd5.zip |
Some smaller cleanups within the stage3 stuff ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2453 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'VERSIONS')
-rw-r--r-- | VERSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ OPENSLX_VERSION_MAJOR="4" OPENSLX_VERSION_MINOR="9" -OPENSLX_VERSION_RELEASE="5" +OPENSLX_VERSION_RELEASE="6" OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}" |