blob: ca0e624fee8854233592e01f66f2bfcda882bb02 [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
liamfallon84f095f2022-10-21 17:45:38 +01006minor=9
Suresh Charan56a7b652023-04-25 12:13:00 -04007patch=3
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