blob: affe4ae64a66a5666e70601108d3b70f585afb09 [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
aleem.raja@t-systems.com6dbd9002023-03-31 11:30:18 +00006minor_version=12
vani.kvd4a603d2024-07-15 15:10:10 +05307patch_version=5
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