blob: 95476595239d9e9b72d02cf60f8c876391899637 [file] [log] [blame]
Dmitry Puzikov1b87e602019-04-15 09:17:57 +02001# 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
liamfallon6db75b92023-10-18 09:07:14 +01005major=3
liamfalloned4f9402023-11-14 16:12:15 +01006minor=1
saul.gill0d7c8282024-04-25 11:42:08 +01007patch=3
Dmitry Puzikov1b87e602019-04-15 09:17:57 +02008
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