blob: 756f8a39c11458e89863113a17ba9d86b30b6264 [file] [log] [blame]
talasilaecfc5c32017-03-08 10:05:02 -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
st782s21a87612018-01-30 17:29:36 -05005major=2
statta0c0b45e2019-05-03 12:03:08 -04006minor=5
hb123fa70761c2019-03-20 12:20:44 -04007patch=0
talasilaecfc5c32017-03-08 10:05:02 -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