mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +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
|
@ -25,6 +25,8 @@ module Version =
|
|||
struct
|
||||
let (major, minor, build, revision) = Z3native.get_version ()
|
||||
|
||||
let full_version : string = Z3native.get_full_version()
|
||||
|
||||
let to_string =
|
||||
string_of_int major ^ "." ^
|
||||
string_of_int minor ^ "." ^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue