3
0
Fork 0
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:
Christoph M. Wintersteiger 2016-07-28 18:06:02 +01:00
parent 5f5ef8b38d
commit 3587baaf24
12 changed files with 65 additions and 1 deletions

View file

@ -80,6 +80,9 @@ sig
(** The revision. *)
val revision : int
(** A full version string. *)
val full_version : string
(** A string representation of the version information. *)
val to_string : string
end