eikrwaq | 67037d0 | 2018-05-23 17:17:58 +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 | 281549a | 2023-05-25 09:40:59 +0100 | [diff] [blame] | 5 | minor=3 |
| 6 | minor=0 |
liamfallon | f302b69 | 2023-08-23 16:44:17 +0100 | [diff] [blame] | 7 | patch=1 |
eikrwaq | 67037d0 | 2018-05-23 17:17:58 +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 |