mirror of
https://github.com/AdaCore/z3.git
synced 2026-02-12 12:40:40 -08:00
Added full version strings and associated API functions.
This commit is contained in:
@@ -2291,6 +2291,8 @@ class JavaExample
|
||||
System.out.println(Version.getMajor());
|
||||
System.out.print("Z3 Full Version: ");
|
||||
System.out.println(Version.getString());
|
||||
System.out.print("Z3 Full Version String: ");
|
||||
System.out.println(Version.getFullVersion());
|
||||
|
||||
p.simpleExample();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user