blob: 10a6323e8e3528febd64cfa7683755940419ac60 [file] [log] [blame]
Murali-Peff40522017-08-18 12:25:13 +05301###########################################################
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 Gao1a0dc602018-10-15 14:51:53 +08007minor=2
Kanagaraj Manickam k00365106d49e6df2018-11-20 12:34:14 +05308patch=1
Murali-Peff40522017-08-18 12:25:13 +05309
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT