blob: 2a07fcd6ab8bc69160be9c471f9a40ce6cf9debc [file] [log] [blame]
Stone, Avi (as206k)94ea9a32018-04-16 13:38:10 +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
Areli, Fuss (af732p)29ffa5e2018-10-07 15:10:28 +03007minor=3
Ofir Sonsino75fd8472019-09-10 10:57:25 +03008patch=2
sebdet53b5b662020-07-01 16:38:18 +02009subpatch=1
Stone, Avi (as206k)94ea9a32018-04-16 13:38:10 +030010
sebdet53b5b662020-07-01 16:38:18 +020011base_version=${major}.${minor}.${patch}.${subpatch}
Stone, Avi (as206k)94ea9a32018-04-16 13:38:10 +030012
13release_version=${base_version}
14snapshot_version=${base_version}-SNAPSHOT