Version 1.0.13.1.
[metaproxy-moved-to-github.git] / win / makefile
index b56f0bf..bb65ab5 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 2005-2007, Index Data ApS
+# Copyright (C) 2005-2008, Index Data ApS
 # All rights reserved.
-# $Id: makefile,v 1.35 2007-09-19 10:29:01 adam Exp $
+# $Id: makefile,v 1.37 2008-02-29 15:25:20 adam Exp $
 
 # MS NMAKE makefile for metaproxy
 
@@ -8,7 +8,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.12
+VERSION=1.0.13.1
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -82,10 +82,10 @@ test_pipe: $(TEST_PIPE)
 
 !if $(DEBUG)
 YAZD=yaz3d
-YAZPPD=yazpp2d
+YAZPPD=yazpp3d
 !else
 YAZD=yaz3
-YAZPPD=yazpp2
+YAZPPD=yazpp3
 !endif
 
 # YAZ includes & libs