mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
increment minor version number
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
efde656036
commit
7a0b58bcd5
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
Major: '4'
|
||||
Minor: '13'
|
||||
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