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 intVERSION_MAJORstatic intVERSION_MINORstatic intVERSION_SUB
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetVersionNumber()static java.lang.StringgetVersionString()
-
-
-
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
-
-