make 'got import' output independent of readdir(3) entry order
[got-portable.git] / got-version.mk
blob242d4e1c9cfbb178e54a22b811dc245da0167804
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.108
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif