blob: a54766fe81205d2c109b4433bd4d8ef934d7e9b9 [file] [log] [blame]
ml636re5855182017-02-23 14:46:45 +02001###########################################################
2# Versioning variables
3# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
4# because they are used in Jenkins, whose plug-in doesn't support
5
6major=1
Michael Landob3c2a982018-05-26 20:09:34 +03007minor=4
ChrisC03f068a2021-05-04 10:08:00 +02008patch=3
ml636re5855182017-02-23 14:46:45 +02009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT