blob: bf3f0bf172c8a4070d5988a5791929fc4594fe8f [file] [log] [blame]
Chris Donley9b06f452018-03-29 14:06:29 -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=1
7minor=0
8patch=0
9
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT