blob: 08d323a255d47dde5f27f5f380a55c7d0fc7a2d8 [file] [log] [blame]
Pamela Dragosha5fd1fb2017-02-17 15:31:11 -05001# 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=1
Jessica Wagantall9de8f792017-11-18 18:47:57 -08006minor=2
liamfallon025059a2018-05-21 14:14:40 +01007patch=3
Pamela Dragosha5fd1fb2017-02-17 15:31:11 -05008
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