3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-17 06:11:44 +00:00

update version

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-02-07 18:47:15 -08:00
parent 3f5810a365
commit 0ed85db8a2
5 changed files with 5 additions and 5 deletions

View file

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