blob: ce5339b648fafb316cb81c9f1b919953047a9d45 [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 Stern296345d2019-09-18 12:42:38 +03005major=6
Ittay Sterndd3ba982019-05-29 10:19:25 +03006minor=0
Ittay Stern212806a2020-01-26 18:12:47 +02007patch=3
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