Package com.fluendo.jheora
Class Version
- java.lang.Object
-
- com.fluendo.jheora.Version
-
public class Version extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
VERSION_MAJOR
static int
VERSION_MINOR
static int
VERSION_SUB
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getVersionNumber()
static java.lang.String
getVersionString()
-
-
-
Field Detail
-
VERSION_MAJOR
public static final int VERSION_MAJOR
- See Also:
- Constant Field Values
-
VERSION_MINOR
public static final int VERSION_MINOR
- See Also:
- Constant Field Values
-
VERSION_SUB
public static final int VERSION_SUB
- See Also:
- Constant Field Values
-
-