eikrwaq | a94302f | 2018-05-23 14:08:29 +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 | |
liamfallon | b4aa19a | 2023-10-18 09:08:31 +0100 | [diff] [blame] | 5 | major=3 |
liamfallon | 0e0acb8 | 2023-11-14 16:12:38 +0100 | [diff] [blame] | 6 | minor=1 |
waynedunican | 27ea1d0 | 2024-02-19 09:37:35 +0000 | [diff] [blame] | 7 | patch=2 |
eikrwaq | a94302f | 2018-05-23 14:08:29 +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 |