blob: 0a767e5b7836aeed0569dbd0ffb7b54efc6ec3e9 [file] [log] [blame]
Pamela Dragosha2a37de2017-08-17 10:27:23 -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
liamfallon59cb07f2023-10-18 09:08:24 +01005major=3
liamfallonec0d27a2023-05-25 09:41:30 +01006minor=0
liamfallonaccbde52023-11-14 11:52:33 +01007patch=3
Pamela Dragosha2a37de2017-08-17 10:27:23 -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