blob: 011dc3c30103ce5c6ab6896264d05293df21e845 [file] [log] [blame]
ml636r98b4dfe2017-02-22 17:32:57 +02001###########################################################
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
Sonsino, Ofir (os0695)55c536e2019-05-07 18:30:15 +03007minor=5
Michael Landob5fc68f2018-11-15 13:36:12 +02008patch=0
ml636r98b4dfe2017-02-22 17:32:57 +02009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT