blob: cb7df5c00120b2f501b49b51b88accb60390edaf [file] [log] [blame]
Idan Amita2c544d2018-07-19 12:05:50 +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
7minor=0
Idan Amitebec31d2019-01-06 13:07:18 +02008patch=29
Idan Amita2c544d2018-07-19 12:05:50 +03009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT