diff options
author | Dirk von Suchodoletz | 2008-08-09 16:42:58 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-08-09 16:42:58 +0200 |
commit | 073f9f6e0be5b7a88477ca3b64435135fc792635 (patch) | |
tree | 27b4d62beb23658b69d6b7005cdc3bbc3e7fad2d /VERSIONS | |
parent | Run testmkd extension (chmod,own) only if needed ... (diff) | |
download | core-073f9f6e0be5b7a88477ca3b64435135fc792635.tar.gz core-073f9f6e0be5b7a88477ca3b64435135fc792635.tar.xz core-073f9f6e0be5b7a88477ca3b64435135fc792635.zip |
Trivial: New version number is 4.8.9 until we have the initramfs-ng
branch merged back. Then it will change to 4.9 indicating a preview
version of the upcoming major version 5.0. The 4.9 will incorporate
the new stage3 and the plugin concept with a lot of substantial chan-
ges. See the renovated milestone info in the "roadmap" section of the
trac page ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2002 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'VERSIONS')
-rw-r--r-- | VERSIONS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ OPENSLX_VERSION_MAJOR="4" -OPENSLX_VERSION_MINOR="0" -OPENSLX_VERSION_RELEASE="0" +OPENSLX_VERSION_MINOR="8" +OPENSLX_VERSION_RELEASE="9" OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}" |