Package com.microsoft.z3
Class Version
java.lang.Object
com.microsoft.z3.Version
Version information.
Remarks: Note that this class is static.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getMajor
public static int getMajor()The major version -
getMinor
public static int getMinor()The minor version -
getBuild
public static int getBuild()The build version -
getRevision
public static int getRevision()The revision -
getFullVersion
A full version string -
getString
A string representation of the version information.
-