store ibuf used by got_repo_read_gitconfig() on the stack
[got-portable.git] / got-version.mk
blob559f5cbc0f7037fbb0859c667680495a2cc9af38
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.107
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif