blob: f34034bcb0545e57ce979fa2075548abd146ec17 [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
6minor=2
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