blob: 50547ff5cda465d59bd41998600a749b34238d97 [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 Wu21456612018-11-15 16:01:37 -08006major_version=4
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