diff options
author | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
commit | 10f15a12d51ef116c46140a45875c011d9c1dbd8 (patch) | |
tree | 32f65cb863a89b7cf96311cd91fa93e7abc1402a /Installer/versiondef.sh | |
parent | 6abd5e8b0dd518a2438000126ca5886124986040 (diff) |
GL4Java 2.8.2.0rel-2-8-2-0-rc
kbr's jawt synamic loader
installer fixes
minor cleanups
Diffstat (limited to 'Installer/versiondef.sh')
-rw-r--r-- | Installer/versiondef.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/versiondef.sh b/Installer/versiondef.sh index 88ba6f3..b804bbb 100644 --- a/Installer/versiondef.sh +++ b/Installer/versiondef.sh @@ -1,6 +1,6 @@ MAJV=2 MINV=8 -BUGV=1 +BUGV=2 RELV=0 echo creating installer for version $MAJV.$MINV.$BUGV.$RELV ! |