java.lang.Object
org.jempeg.empeg.Version
- public class Version
- extends java.lang.Object
The file containing version information for the jempeg.empeg package
(and its descendents).
- Version:
- $Revision: 1.12 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_LONG
public static long VERSION_LONG
- The numeric version of the jempeg.empeg package. This is typically
the date, in the form YYYYMMDD, on which the package was built (or
some strategically-chosen date near the build date). This number
_must_ be monotonically increasing between release builds; it may
be used in the future for compatibility checks or something.
VERSION_STRING
public static java.lang.String VERSION_STRING
- The version string of the jempeg.empeg package. Examples of version
strings are 1.0b1, or 2.1.
MIN_EMPEG_VERSION
public static java.lang.String MIN_EMPEG_VERSION
- The lowest version of the Empeg software supported by this
version of jempeg.empeg. This is a String; it will typically only
be used for presentation in an informational dialog.
MAX_EMPEG_VERSION
public static java.lang.String MAX_EMPEG_VERSION
- The highest version of the Empeg software supported by this
version of jempeg.empeg. This is a String; it will typically only
be used for presentation in an informational dialog.
Version
public Version()