blob: 0424f622fd4f304b5669177f7eb75130eaa55563 [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
Chris Donley625de112018-04-10 14:36:44 -07007minor=1
Chris Donley9b06f452018-03-29 14:06:29 -07008patch=0
9
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT