blob: 49e2720aeb5af8b6b2a61f7719b623db58057e95 [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
Jessica Wagantall9ce7efe2017-11-28 16:47:38 -08006major_version=1
7minor_version=0
8patch_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