blob: 9edd4819f6b12411c6f5b1467fa6ec5e54859b29 [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
Ittay Stern8fde9d52020-05-07 06:58:20 +03005major=7
Ittay Sterndd3ba982019-05-29 10:19:25 +03006minor=0
Ittay Stern8fde9d52020-05-07 06:58:20 +03007patch=0
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