blob: d38d8430d8a11ca07887a5fb47547c1b7885db6e [file] [log] [blame]
Bruno Sakoto4a56deb2021-02-17 17:26:33 -05001# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
2# because they are used in Jenkins, whose plug-in doesn't support this
3
4major=0
5minor=0
6patch=1
7
8base_version=${major}.${minor}.${patch}
9
10# Release must be completed with git revision # in Jenkins
11release_version=${base_version}
12snapshot_version=${base_version}-SNAPSHOT