blob: 1ad3f1d88392602de14ee10c12a6fb099c882202 [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
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