Blame


1 91cf13dc 2019-11-25 stsp GOT_RELEASE=No
2 0ac46031 2023-01-30 stsp GOT_VERSION_NUMBER=0.84
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