mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Added full version strings and associated API functions.
This commit is contained in:
parent
5f5ef8b38d
commit
3587baaf24
12 changed files with 65 additions and 1 deletions
|
@ -63,6 +63,14 @@ public class Version
|
|||
return revision.value;
|
||||
}
|
||||
|
||||
/**
|
||||
* A full version string
|
||||
**/
|
||||
public static String getFullVersion()
|
||||
{
|
||||
return Native.getFullVersion();
|
||||
}
|
||||
|
||||
/**
|
||||
* A string representation of the version information.
|
||||
**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue