in repaint_parent_commits(), handle some errors properly
[got-portable.git] / got-version.mk
blobe51707f02bd3ec8ad840d4615be825900811fef2
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.109
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif