blob: 8c58c9d56f32b05024bdcef0352d7c82c31d909b [file] [log] [blame]
Gary Wufb53b4b2017-08-17 12:04:11 -07001###########################################################
2# Versioning variables
3# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
4# because they are used in Jenkins, whose plug-in doesn't support
5
Brian Freemanbedb4842019-11-01 08:48:01 -05006major_version=3
Pamela Dragoshde497772020-04-20 12:52:50 -04007minor_version=1
puthuparambil.aditya563d6362020-07-01 12:49:11 +01008patch_version=1
Gary Wufb53b4b2017-08-17 12:04:11 -07009
10base_version=${major_version}.${minor_version}.${patch_version}
11
12# Release must be completed with GIT information # in Jenkins
13release_version=${base_version}
Dan Timoney055c3532017-10-23 09:58:57 -040014snapshot_version=${base_version}-SNAPSHOT