liamfallon | b706707 | 2018-06-05 16:22:44 +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 | |
| 5 | major=1 |
Jim Hahn | 89a8e32 | 2019-09-10 11:22:40 -0400 | [diff] [blame] | 6 | minor=6 |
Peyton Puckett | 06a0e4a | 2020-03-24 13:55:15 -0500 | [diff] [blame] | 7 | patch=1 |
liamfallon | b706707 | 2018-06-05 16:22:44 +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 |