blob: 5617b19cf5b70917cff54f49e25412e556f900a2 [file] [log] [blame]
Ittay Sterndd3ba982019-05-29 10:19:25 +03001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
3# because they are used in Jenkins, whose plug-in doesn't support
4
Ittay Stern296345d2019-09-18 12:42:38 +03005major=6
Ittay Sterndd3ba982019-05-29 10:19:25 +03006minor=0
Ittay Stern2a3b3042020-03-22 08:16:20 +02007patch=5
Ittay Sterndd3ba982019-05-29 10:19:25 +03008
9base_version=${major}.${minor}.${patch}
10
11# Release must be completed with git revision # in Jenkins
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT