blob: 5d7ff9b8b7ea4e1ac1b27a2c4f686c9666b7627d [file] [log] [blame]
Pamela Dragosha2a37de2017-08-17 10:27:23 -04001# 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
Pamela Dragosh32356472018-05-01 10:11:07 -04005major=2
liamfallon221006c2022-10-21 17:53:52 +01006minor=4
Suresh Charan930cc362023-04-26 10:23:23 -04007patch=3
Pamela Dragosha2a37de2017-08-17 10:27:23 -04008
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