blob: 71e8e440324ca38d06933aaf37b3b560e6a50e9a [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
Jim Hahna9a3a5d2019-05-30 13:04:05 -04006minor=2
Pamela Dragoshf4125802019-06-28 13:51:45 -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