blob: 75658f788a16f8c96b31187aa049b7e2027ef19f [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
Sandeep Shahe7463272020-08-27 17:23:57 -05006minor=4
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