Blame


1 91cf13dc 2019-11-25 stsp GOT_RELEASE=No
2 5737d679 2024-03-11 stsp GOT_VERSION_NUMBER=0.98
3 53ccebc2 2019-07-30 stsp
4 53ccebc2 2019-07-30 stsp .if ${GOT_RELEASE} == Yes
5 53ccebc2 2019-07-30 stsp GOT_VERSION=${GOT_VERSION_NUMBER}
6 53ccebc2 2019-07-30 stsp .else
7 53ccebc2 2019-07-30 stsp GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 53ccebc2 2019-07-30 stsp .endif