blob: fedd87359cfcf4aec7b582c27cebd40f3e6ac83d [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)86fa02e2019-02-21 10:00:14 -05007patch_version=1
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