blob: 10a6323e8e3528febd64cfa7683755940419ac60 [file] [log] [blame]
Pavel Aharoni8c51a2f2017-06-07 17:24:33 +03001###########################################################
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 Lando0fbd2612017-12-06 21:29:41 +02007minor=2
Tal Gitelmane6143172018-01-18 14:08:29 +02008patch=1
Pavel Aharoni8c51a2f2017-06-07 17:24:33 +03009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT