blob: b4f561888002f975460a0ad5f2653934bfcdb818 [file] [log] [blame]
eikrwaq5eb9cfd2018-05-22 09:48:30 +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
5major=2
liamfallone2f4c022018-10-31 10:50:49 +00006minor=1
Pamela Dragosh0cd12ec2019-04-29 12:56:30 -04007patch=1
eikrwaq5eb9cfd2018-05-22 09:48:30 +01008
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