portable: update to handle bloom, etc
[got-portable.git] / got-version.mk
blob5acc974795c1679097d071e913d400fd4aeecd5a
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.62
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif