plug a small memory leak in tog's show_diff_view() function
[got-portable.git] / got-version.mk
blobe4f964cb8d9e2dbfa99a815ef638474a4f0c524a
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.56
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif