remove fsync() from got_gotweb_closefile()
[got-portable.git] / got-version.mk
blob035eb3b8cc2e76886570375a5b1b9209c066cb05
1 GOT_RELEASE=No
2 GOT_VERSION_NUMBER=0.89
4 .if ${GOT_RELEASE} == Yes
5 GOT_VERSION=${GOT_VERSION_NUMBER}
6 .else
7 GOT_VERSION=${GOT_VERSION_NUMBER}-current
8 .endif