Version 1.3.53
[metaproxy-moved-to-github.git] / win / makefile
index 84552b5..a74d92b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2012 Index Data
+# Copyright (C) 2005-2013 Index Data
 # All rights reserved.
 
 # MS NMAKE makefile for metaproxy
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.3.49
+VERSION=1.3.53
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -77,10 +77,10 @@ test_pipe: $(TEST_PIPE)
 
 !if $(DEBUG)
 YAZD=yaz4d
-YAZPPD=yazpp4d
+YAZPPD=yazpp5d
 !else
 YAZD=yaz4
-YAZPPD=yazpp4
+YAZPPD=yazpp5
 !endif
 
 # YAZ includes & libs