mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
update minor version to 14.2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3c0d786e6e
commit
021e8558df
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
Major: '4'
|
||||
Minor: '14'
|
||||
Patch: '1'
|
||||
Patch: '2'
|
||||
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