blob: bc2c506dacdf13c6b5c723676c5709ea2b6bac2f [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
Jim Hahn24fec4d2021-03-11 11:33:28 -05006minor=3
Jim Hahn7f76b812021-08-25 12:38:21 -04007patch=1
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