summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
authorLars Müller2006-08-25 14:50:02 +0200
committerLars Müller2006-08-25 14:50:02 +0200
commit3293734ffc8a8419d9a2415aa951acce2a567866 (patch)
tree116bc7ce23189d315789122d54b8ea7070e6b460 /VERSIONS
parentDon't include management-framework dir to tar ball. (diff)
downloadcore-3293734ffc8a8419d9a2415aa951acce2a567866.tar.gz
core-3293734ffc8a8419d9a2415aa951acce2a567866.tar.xz
core-3293734ffc8a8419d9a2415aa951acce2a567866.zip
Add VERSIONS file to define OPENSLX_VERSION_*.
Use OPENSLX_VERSION_STING in the Makefile. Ignore openslx-*.tar.bz2 file from svn. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@331 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS4
1 files changed, 4 insertions, 0 deletions
diff --git a/VERSIONS b/VERSIONS
new file mode 100644
index 00000000..7f7636ad
--- /dev/null
+++ b/VERSIONS
@@ -0,0 +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}"