mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
update version number to 4.15.4
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7ff0b246e8
commit
4542fc0b3b
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
Major: '4'
|
||||
Minor: '15'
|
||||
Patch: '3'
|
||||
Patch: '4'
|
||||
ReleaseVersion: $(Major).$(Minor).$(Patch)
|
||||
AssemblyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)
|
||||
NightlyVersion: $(AssemblyVersion)-$(Build.buildId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue