blob: 0e16a5f63948dabf8c755f9bbe6e5a9e61c9ed8c [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
Dragosh, Pamela (pd1248)fff3e782021-10-26 08:27:03 -04007minor_version=3
liamfallon41953c42022-08-31 21:16:47 +01008patch_version=3
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