blob: 479e5c8f95de7ffe7906b508ad991463b55475b6 [file] [log] [blame]
ChrisC5e9feb22017-06-21 02:38:57 -07001# 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
5major=I
6minor=N
7patch=S
8
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