public class Version extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FULL
Full version for human reading - code should use the constants above
|
static int |
MAJOR
The major version
|
static String |
MICRO
The micro version, usually a number including possibly textual suffixes
like RC3.
|
static int |
MINOR
The minor version
|
Constructor and Description |
---|
Version() |
public static final int MAJOR
public static final int MINOR
public static final String MICRO
public static final String FULL
Copyright © 2014. All rights reserved.