blob: 3670162aedb9396f054c40be8f3dd7a1344534ad [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 Kumar47e3e9e2020-10-15 16:33:52 +05306minor=5
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