net.java.games.jogl

Class Version


public final class Version
extends java.lang.Object

The version and build number of this implementation. Version numbers for a release are of the form: w.x.y[-a]-z, where:
  • z - build number. This is used to specify the build number of the release. This is usually only important to people that use the daily build of a project. The format is the lower-case letter 'b' followed by a two digit number.
  • For example, the following are all valid version strings:

    Method Summary

    static String
    getVersion()
    Returns the version string and build number of this implementation.

    Method Details

    getVersion

    public static String getVersion()
    Returns the version string and build number of this implementation. See the class description for the version string format.
    Returns:
    The version string of this implementation.