blob: 2640898e8adcb854059d548b4613c115c2220ad5 [file] [log] [blame]
talasilaecfc5c32017-03-08 10:05:02 -05001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
3# because they are used in Jenkins, whose plug-in doesn't support
4
stattaf629d7d2020-03-17 22:11:02 -04005major=3
Sudarshan Kumar25b97732020-04-14 15:12:40 +05306minor=3
hb123fa70761c2019-03-20 12:20:44 -04007patch=0
talasilaecfc5c32017-03-08 10:05:02 -05008
9base_version=${major}.${minor}.${patch}
10
11# Release must be completed with git revision # in Jenkins
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT