3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

inc version number

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-05-05 07:09:54 -07:00
parent d420706eae
commit 3ae781039b
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ variables:
Major: '4'
Minor: '8'
Patch: '17'
Patch: '18'
NightlyVersion: $(Major).$(Minor).$(Patch).$(Build.BuildId)-$(Build.DefinitionName)
stages: