diff options
author | Kenneth Russel <[email protected]> | 2004-04-22 21:04:05 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-04-22 21:04:05 +0000 |
commit | 13cb725371ed69c52ced35fa2d4ac04606f6a3d4 (patch) | |
tree | 5845151860ddd84619d18e3dae8318c1ae2e3d48 /src/net | |
parent | cce5a8e861a63dfceff21d45023a4d5fcad79b19 (diff) |
Bumped version number to 1.1b02
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@119 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/java/games/jogl/Version.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/Version.java b/src/net/java/games/jogl/Version.java index 3f2acd88b..52fc0bfbd 100644 --- a/src/net/java/games/jogl/Version.java +++ b/src/net/java/games/jogl/Version.java @@ -89,7 +89,7 @@ public final class Version { /** * Version string of this build. */ - private static final String version = "1.1.0-b01"; + private static final String version = "1.1.0-b02"; /** * Returns the verison string and build number of |