blob: 34fcd9b11cc8a547fb6d7988f5ebc48e0d2df960 [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
6major_version=0
7minor_version=1
Gary Wu7c9b5552017-11-15 09:39:50 -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}
14snapshot_version=${base_version}-SNAPSHOT