diff options
Diffstat (limited to 'src/net/java/games/jogl/Version.java')
-rw-r--r-- | src/net/java/games/jogl/Version.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/java/games/jogl/Version.java b/src/net/java/games/jogl/Version.java index 0d64614e2..7d28f7fc8 100644 --- a/src/net/java/games/jogl/Version.java +++ b/src/net/java/games/jogl/Version.java @@ -89,11 +89,11 @@ public final class Version { /** * Version string of this build. */ - private static final String version = "1.1.0-b11"; + private static final String version = "1.1.1"; /** - * Returns the verison string and build number of - * this implementation. See the class descritpion + * Returns the version string and build number of + * this implementation. See the class description * for the version string format. * * @return The version string of this implementation. |