summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-04 01:01:33 +0100
committerDirk von Suchodoletz2009-03-04 01:01:33 +0100
commita2f7912a1615a683a1d6ebd0ee8697b1fa87427a (patch)
treea27553accc3e7fafb50fe80764c39c707a64ccc9 /VERSIONS
parentAdded the general bridge configuration feature as described in ticket (diff)
downloadcore-a2f7912a1615a683a1d6ebd0ee8697b1fa87427a.tar.gz
core-a2f7912a1615a683a1d6ebd0ee8697b1fa87427a.tar.xz
core-a2f7912a1615a683a1d6ebd0ee8697b1fa87427a.zip
Small fixes for the bridge configuration. Automatic adding of the bridge
module as Michael suggested. Changing the VERSIONS to be in line with the movements towards stable version 5 (latter one is branched, the trunk will run for 5.1 from now on ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2666 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSIONS b/VERSIONS
index 00fe1d1d..bab118b5 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,4 @@
-OPENSLX_VERSION_MAJOR="4"
-OPENSLX_VERSION_MINOR="9"
-OPENSLX_VERSION_RELEASE="8"
+OPENSLX_VERSION_MAJOR="5"
+OPENSLX_VERSION_MINOR="0"
+OPENSLX_VERSION_RELEASE="90"
OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}"