blob: 067f9e45134d039096a7b91769c47e3b4f71b4e8 [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
Brian Freeman8c573372019-10-24 08:16:24 -05006major_version=6
Jessica Wagantall9ce7efe2017-11-28 16:47:38 -08007minor_version=0
Gary Wu5610f4a2018-05-09 15:15:44 -07008patch_version=0
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