portable: gitwrapper: remove unused LIBS
[got-portable.git] / got-version.mk
blob307c0a906fe22ce06cc56a388cd62a6b4d52c45c
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.99
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif