public class Version
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BUILD |
static int |
BUILD_NUMBER |
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
static java.lang.String |
RELEASE_VERSION |
static int |
REVISION |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final int REVISION
public static final int BUILD_NUMBER
public static final java.lang.String VERSION
public static final java.lang.String BUILD
public static final java.lang.String RELEASE_VERSION