Blame


1 91cf13dc 2019-11-25 stsp GOT_RELEASE=No
2 79cd0a74 2023-04-29 stsp GOT_VERSION_NUMBER=0.89
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