3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 20:21:23 +00:00

increment to include python fixes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-07-22 11:44:32 -07:00
parent c6dad4a9ea
commit 845e852dba
5 changed files with 8 additions and 4 deletions

View file

@ -2,7 +2,7 @@ variables:
Major: '4'
Minor: '10'
Patch: '0'
Patch: '1'
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName)
stages: