blob: 858e03bd3bd5db57b0996f2df93dd90f230efbd6 [file] [log] [blame]
eikrwaqa94302f2018-05-23 14:08:29 +01001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
3# because they are used in Jenkins, whose plug-in doesn't support
4
5major=2
RossC2d0ac522020-05-21 12:59:22 +01006minor=4
Ram Krishna Verma3b1c78a2020-07-10 17:25:54 -04007patch=1
eikrwaqa94302f2018-05-23 14:08:29 +01008
9base_version=${major}.${minor}.${patch}
10
11# Release must be completed with git revision # in Jenkins
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT