blob: e2595ba14c932d19f02efe8ecb4e04901e1ea36f [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
3# because they are used in Jenkins, whose plug-in doesn't support
4
ChrisCe5cd0e12017-03-06 06:46:42 -08005major=1
ChrisC1ba1d192017-03-13 05:01:04 -07006minor=1
ChrisC025301d2017-01-31 11:40:03 +01007patch=0
8
9base_version=${major}.${minor}.${patch}
10
11# Release must be completed with git revision # in Jenkins
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT