tidy up error handling and reporting in repo_write_dispatch() a bit
[got-portable.git] / got-version.mk
blobd22876b18443f8ccf1efe046d4b054d4d384368a
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.105
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif