blob: fd262fb4c410886ece64e18ad44199c56d8f36f8 [file] [log] [blame]
eikrwaqa94302f2018-05-23 14:08:29 +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
liamfallonb4aa19a2023-10-18 09:08:31 +01005major=3
liamfallon0c288072023-05-25 09:41:17 +01006minor=0
adheli.tavaresa3a032d2023-08-10 16:58:48 +01007patch=1
eikrwaqa94302f2018-05-23 14:08:29 +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