3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-31 11:42:28 +00:00

bump version for release

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-10-29 12:48:58 -07:00
parent 884fe69f89
commit a4d73e3c03
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1 +1 @@
4.15.4.0
4.15.5.0

View file

@ -2,7 +2,7 @@ variables:
# Version components read from VERSION.txt (updated manually when VERSION.txt changes)
Major: '4'
Minor: '15'
Patch: '4'
Patch: '5'
ReleaseVersion: $(Major).$(Minor).$(Patch)
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
# TODO: Auto-read from VERSION.txt when Azure DevOps supports it better

View file

@ -6,7 +6,7 @@
trigger: none
variables:
ReleaseVersion: '4.15.4' # TODO: Auto-read from VERSION.txt when Azure DevOps supports it better
ReleaseVersion: '4.15.5' # TODO: Auto-read from VERSION.txt when Azure DevOps supports it better
stages: