mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +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
|
@ -2159,6 +2159,8 @@ namespace test_mapi
|
|||
Console.WriteLine(Microsoft.Z3.Version.Major.ToString());
|
||||
Console.Write("Z3 Full Version: ");
|
||||
Console.WriteLine(Microsoft.Z3.Version.ToString());
|
||||
Console.Write("Z3 Full Version String: ");
|
||||
Console.WriteLine(Microsoft.Z3.Version.FullVersion);
|
||||
|
||||
|
||||
SimpleExample();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue