blob: 86f7f6466581d9de7ce84460a71a351720e9a98f [file] [log] [blame]
ml636r98b4dfe2017-02-22 17:32:57 +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
MichaelMorris07cc0db2023-06-01 18:20:56 +01007minor=13
MichaelMorris9dcb6f32023-09-15 16:33:06 +01008patch=4
ml636r98b4dfe2017-02-22 17:32:57 +02009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT