blob: 962a34daea2ce9f80e184d555255d5157616182f [file] [log] [blame]
eikrwaq5eb9cfd2018-05-22 09:48:30 +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
Pamela Dragoshd8d31912019-05-28 13:49:58 -04005major=3
Pamela Dragosh47d1b2c2020-05-19 19:28:19 -04006minor=2
Ram Krishna Verma6fdc58a2020-07-09 11:40:18 -04007patch=1
eikrwaq5eb9cfd2018-05-22 09:48:30 +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