blob: 12156a9a6498fced141c099dc00139ae91734a17 [file] [log] [blame]
Rishi Chailb220d742020-09-16 15:23:53 +01001# 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=1
5minor=0
6patch=0
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