blob: a61846bb1e7d834614593198a5a2c6c9d0de0025 [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
Michael Landod8a0dea2018-06-02 19:23:27 +03007minor=3
Michael Lando04a5bef2018-10-23 01:32:15 +03008patch=1
ml636r98b4dfe2017-02-22 17:32:57 +02009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT