blob: f4aac2d66d7f90b69a6d70855313fc514de720f9 [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
Harish Venkata Kajur2db63ea2020-10-26 11:16:39 -04007patch_version=11
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