blob: 21ae1c34239823e71942ed13d76434cf9553e4a2 [file] [log] [blame]
Ittay Sterndd3ba982019-05-29 10:19:25 +03001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
3# because they are used in Jenkins, whose plug-in doesn't support
4
RachithaRamappa93f1c852e2021-02-23 22:11:47 +05305major=8
Ittay Sterndd3ba982019-05-29 10:19:25 +03006minor=0
RachithaRamappa9343713b22021-03-04 22:07:45 +05307patch=1
Ittay Sterndd3ba982019-05-29 10:19:25 +03008
9base_version=${major}.${minor}.${patch}
10
11# Release must be completed with git revision # in Jenkins
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT