blob: 442dce451aa0d8f44005c177ff7204c19c3898ea [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
Michael Lando718f5b12018-05-26 19:58:32 +03007minor=4
Tufman, Shaye794b732018-11-20 14:48:55 +02008patch=7
Pavel Aharoni8c51a2f2017-06-07 17:24:33 +03009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT