blob: 9ef04d6929a4de31de610ea3fe9a42c8c2a3da2f [file] [log] [blame]
Gary Wu632c23e2017-09-01 12:45:12 -07001###########################################################
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
Gary Wu2655a8b2018-06-06 15:38:56 -07006major_version=3
Jessica Wagantall9ce7efe2017-11-28 16:47:38 -08007minor_version=0
Gary Wuf16f2582018-11-29 06:35:52 -08008patch_version=1
Gary Wu632c23e2017-09-01 12:45:12 -07009
10base_version=${major_version}.${minor_version}.${patch_version}
11
12# Release must be completed with GIT information # in Jenkins
13release_version=${base_version}
Jessica Wagantall9ce7efe2017-11-28 16:47:38 -080014snapshot_version=${base_version}-SNAPSHOT