blob: 88f8ce6c72a96a3e0828f6acf3a88baf93b3d1e1 [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)009a5742019-04-14 21:32:42 -04007patch_version=3
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