blob: f86402126d816d3e66668c0a388f91d27219ecaa [file] [log] [blame]
Kajur, Harish (vk250x)d64d7892018-11-26 00:07:25 -05001###########################################################
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
5major_version=1
Jimmy Forsyth63a9b7f2020-04-08 12:16:04 -04006minor_version=7
Forsyth, James (jf2512)5695bf22020-04-30 09:53:27 -04007patch_version=1
Jimmy Forsyth36c924b2019-05-31 18:28:44 -04008
Kajur, Harish (vk250x)d64d7892018-11-26 00:07:25 -05009base_version=${major_version}.${minor_version}.${patch_version}
10# Release must be completed with GIT information # in Jenkins
11release_version=${base_version}
12snapshot_version=${base_version}-SNAPSHOT