blob: 7b1a3c92924e0130a01ae274c4170302b0835162 [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
waynedunican4d008e22024-05-16 12:45:10 +01007patch=5
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