blob: bc2c506dacdf13c6b5c723676c5709ea2b6bac2f [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
jrh3d7d9df62019-09-12 10:07:06 -04006minor=3
a.sreekumarf1f9a302020-03-25 23:01:06 +00007patch=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