blob: f841ab77d366a0370f6b51fc335bbacb499b78ff [file] [log] [blame]
Gary Wufb53b4b2017-08-17 12:04:11 -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
8patch_version=0
9
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