X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=790105cc277d978c809e0af854a2ea58ab6324ce;hb=3c88b644c6dd26392424ddb366ed58f8dc3241cf;hp=4ba1c13a257d9a9304bb10ce617c06dc9b49ab2f;hpb=2714f8fc3bd1ae4b9c4133190efa3f8198d63d50;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 4ba1c13..790105c 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.58 +VERSION=1.3.62 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -74,11 +74,11 @@ test_pipe: $(TEST_PIPE) ########################################################### !if $(DEBUG) -YAZD=yaz4d -YAZPPD=yazpp5d +YAZD=yaz5d +YAZPPD=yazpp6d !else -YAZD=yaz4 -YAZPPD=yazpp5 +YAZD=yaz5 +YAZPPD=yazpp6 !endif # YAZ includes & libs