public class JUMPVersion
extends java.lang.Object
 Versions consist of a 3-part version number: major.minor.patch
 An optional release status string may be present in the string version of the
 version.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CURRENT_VERSION
The current version number of the OJ. 
 | 
| Constructor and Description | 
|---|
JUMPVersion()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Gets the full version number, suitable for display. 
 |