blob: bac5244809cd9bc6e66b2f627fdc67a86db33712 [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
saul.gilld2973032024-05-20 11:08:27 +01005major=4
6minor=0
rameshiyer270b5f65d2024-07-12 09:07:09 +00007patch=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