align messages printed by 'got fetch -d' with 'got ref -d' and -X options
[got-portable.git] / got-version.mk
blob224de889465450c1e02691a025d4b9a39b75106c
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.55
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif