use socketpair(2) instead of pipe(2) for bi-directional communication
[got-portable.git] / got-version.mk
blobce44360eaf2b36eac9f83dfeba9ac0885ec8e8a2
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.53
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif