blob: a8f201d0f3234905fac69fc35be2f605ff127374 [file] [log] [blame]
Pavel Aharoni8c51a2f2017-06-07 17:24:33 +03001###########################################################
2# Versioning variables
3# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
4# because they are used in Jenkins, whose plug-in doesn't support
5
6major=1
Yuli Shlosberg76bdc492018-03-06 17:51:15 +02007minor=3
Gitelman, Tal (tg851x)e6a2f2b2018-03-20 15:00:55 +02008patch=4
Pavel Aharoni8c51a2f2017-06-07 17:24:33 +03009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT