blob: a61846bb1e7d834614593198a5a2c6c9d0de0025 [file] [log] [blame]
Idan Amit22a0eef2017-09-10 18:50:54 +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
Yuli Shlosbergcb3fe732018-03-08 11:35:45 +02007minor=3
Michael Landof5397222018-05-11 18:26:46 +03008patch=1
Idan Amit22a0eef2017-09-10 18:50:54 +03009
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT