blob: 8471f55f9271ad66a252e9fb5bb23728597e800e [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
Idan Amit47640622017-12-06 09:21:16 +02007minor=2
Idan Amit22a0eef2017-09-10 18:50:54 +03008patch=0
9
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT