blob: efdfb56f551e7e15fa51013660cf5ef29ce142ed [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
MichaelMorrisef496e12022-09-29 11:13:09 +01007minor=12
MichaelMorrise3f4b962023-02-27 16:57:32 +00008patch=3
ml636r98b4dfe2017-02-22 17:32:57 +02009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT