mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 01:21:14 +00:00
bump version for release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a75602b7e5
commit
7c28d936fb
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue