Blame


1 91cf13dc 2019-11-25 stsp GOT_RELEASE=No
2 2b8ed9ec 2021-10-03 stsp GOT_VERSION_NUMBER=0.62
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