3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-09 10:30:59 +00:00

update version

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-02-16 09:47:01 -08:00
parent dd10826c99
commit 1924066ff0
7 changed files with 26 additions and 22 deletions

View file

@ -1,6 +1,6 @@
module(
name = "z3",
version = "4.15.9", # TODO: Read from VERSION.txt - currently manual sync required
version = "4.16.0", # TODO: Read from VERSION.txt - currently manual sync required
bazel_compatibility = [">=7.0.0"],
)