blob: 9723960f3b6d549af31b0111847c35cb8b2dc498 [file] [log] [blame]
Jimmy Forsyth1b720332017-03-02 16:54:27 -05001# 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
Sonsino, Ofir (os0695)660da8a2018-10-24 15:00:44 +03005major=4
Sonsino, Ofir (os0695)e33819d2018-05-28 19:08:44 +03006minor=0
7patch=0
Jimmy Forsyth1b720332017-03-02 16:54:27 -05008
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