diff options
author | Sven Gothel <[email protected]> | 2001-02-23 05:08:10 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-02-23 05:08:10 +0000 |
commit | 82cd20ed209f12e22e2f5a92719b3be2bb92d8ed (patch) | |
tree | 6db7f6e46a2195c49bd20e4c6b42c9b206a920fb /Installer/versiondef.sh | |
parent | 70be669b0db3713117982dbeeadbb91ed670e901 (diff) |
Version 2.6.0.0
Diffstat (limited to 'Installer/versiondef.sh')
-rw-r--r-- | Installer/versiondef.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Installer/versiondef.sh b/Installer/versiondef.sh index 413c39c..79a6461 100644 --- a/Installer/versiondef.sh +++ b/Installer/versiondef.sh @@ -1,6 +1,6 @@ MAJV=2 -MINV=5 -BUGV=2 +MINV=6 +BUGV=0 RELV=0 echo creating installer for version $MAJV.$MINV.$BUGV.$RELV ! |