blob: 304745a792e7bda12761d0bb4dcd0785f9f1118d [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
Bruno Sakotofb4e1322021-02-22 10:04:41 -05004major=0
Rishi Chailb220d742020-09-16 15:23:53 +01005minor=0
Bruno Sakoto76903e52021-02-22 11:29:49 -05006patch=2
Rishi Chailb220d742020-09-16 15:23:53 +01007
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