blob: bc48f0ac153c98328c45db5b9a326373c7f82491 [file] [log] [blame]
Pamela Dragosh6f9a43d2017-08-17 19:30:47 -04001# 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
liamfallonf7d4a092023-10-18 09:07:57 +01005major=3
liamfallon908c6372023-11-14 16:12:30 +01006minor=1
7patch=0
Pamela Dragosh6f9a43d2017-08-17 19:30:47 -04008
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