blob: b0ccfcd74ea020cccc73ad05c2162951cd0679da [file] [log] [blame]
Pamela Dragosh68633b22017-08-09 14:30:39 -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
saul.gilld809e1a2024-05-20 11:08:40 +01005major=4
rameshiyer2705987b72024-11-19 17:25:26 +00006minor=1
7patch=0
Pamela Dragosh68633b22017-08-09 14:30:39 -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