blob: 4e87a60a52c535f547e055b5874e1c5d8110ffec [file] [log] [blame]
Pamela Dragosh6f9a43d2017-08-17 19:30:47 -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 Dragosh09945472018-05-01 10:15:39 -04005major=2
liamfallon6aa64b92022-10-21 17:45:27 +01006minor=8
Suresh Charanc0c2f4a2023-04-25 12:12:49 -04007patch=3
Pamela Dragosh6f9a43d2017-08-17 19:30:47 -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