use yaz5, yazpp6 DLLs
[metaproxy-moved-to-github.git] / win / makefile
index 4ba1c13..790105c 100644 (file)
@@ -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