blob: 7c09f122ffc96a43e4fec1d3b5f999ca48c9ef91 [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
6minor_version=0
Kajur, Harish (vk250x)bd30b662019-04-10 11:00:43 -04007patch_version=2
Kajur, Harish (vk250x)d64d7892018-11-26 00:07:25 -05008base_version=${major_version}.${minor_version}.${patch_version}
9# Release must be completed with GIT information # in Jenkins
10release_version=${base_version}
11snapshot_version=${base_version}-SNAPSHOT