public final class BuildConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_DATE
The date of the build (yyyy-mm-dd).
|
static String |
BUILD_TIME
The time of the build (hh:mm:ss).
|
static String |
REVISION
The Subversion revision of the build.
|
static String |
VERSION
The application version of the build.
|
public static final String VERSION
public static final String REVISION
public static final String BUILD_DATE
public static final String BUILD_TIME