blob: 6295e2014049e413ed7fbd41804020065845d9e0 [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
Harish Venkata Kajur30fb0622021-06-29 09:17:44 -04006minor_version=9
7patch_version=0
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