blob: f9184ec4198a9980c263245ccc4711e3d798a75e [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
Ofir Sonsino09d87892020-03-12 20:52:42 +02007minor=7
sebdet15639472020-10-20 10:42:51 +02008patch=2
ml636r98b4dfe2017-02-22 17:32:57 +02009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT