blob: 190988d7d5fdf9123e0fc067257073b06e763683 [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)ffb10422018-03-14 19:45:14 +02008patch=2
Pavel Aharoni8c51a2f2017-06-07 17:24:33 +03009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT