blob: ee5d4d0e3af59bf63d5c57423613b82a3a6dabe4 [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
Paul Vaduva4da9d442019-06-27 18:00:57 +02005major=2
liamfallon1352e002021-10-14 10:31:43 +01006minor=4
7patch=0
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