blob: dd2ef931850b521dfb15001e812ffef2f7e0135f [file] [log] [blame]
eikrwaq5eb9cfd2018-05-22 09:48:30 +01001# 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
adheli.tavares1e15c672023-10-17 14:57:47 +01005major=4
liamfallond35b39e2023-11-14 16:12:11 +01006minor=1
waynedunican30bda122024-02-16 13:07:06 +00007patch=2
eikrwaq5eb9cfd2018-05-22 09:48:30 +01008
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