eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 1 | # 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.tavares | 1e15c67 | 2023-10-17 14:57:47 +0100 | [diff] [blame] | 5 | major=4 |
liamfallon | d35b39e | 2023-11-14 16:12:11 +0100 | [diff] [blame] | 6 | minor=1 |
waynedunican | 4d008e2 | 2024-05-16 12:45:10 +0100 | [diff] [blame^] | 7 | patch=5 |
eikrwaq | 5eb9cfd | 2018-05-22 09:48:30 +0100 | [diff] [blame] | 8 | |
| 9 | base_version=${major}.${minor}.${patch} |
| 10 | |
| 11 | # Release must be completed with git revision # in Jenkins |
| 12 | release_version=${base_version} |
| 13 | snapshot_version=${base_version}-SNAPSHOT |