X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=win%2Fmakefile;h=7c3d2a64ed7dae6eb791ad90bda7ac790decaa62;hb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;hp=84552b5f18749ade9559cb8dba0f587b09799270;hpb=05759475960458c945c502692c772f920408034f;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 84552b5..7c3d2a6 100644 --- a/win/makefile +++ b/win/makefile @@ -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.51 # 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