X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=2c0c58efd444276cfeb5861c13d271bed530e919;hb=2de1ea231bd0c0c1147eb845fd9bdfd94b3974fe;hp=84552b5f18749ade9559cb8dba0f587b09799270;hpb=05759475960458c945c502692c772f920408034f;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 84552b5..2c0c58e 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.55 # 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