blob: 79ab23a21276b7f85ac75120c77c0d6c8f810e5c [file] [log] [blame]
AvinashSb90039e2017-09-18 06:54:17 +00001###########################################################
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
Victor Gaoe7fe2df2019-05-06 19:55:57 +08007minor=2
Kanagaraj Manickam12c6bda2020-04-13 19:06:05 +05308patch=4
AvinashSb90039e2017-09-18 06:54:17 +00009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT