X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=win%2Fmakefile;h=12df4186552995e08ac7eefd5602172057ec3004;hb=3220c3df5db208438e7e1e0943b897c7850b78dd;hp=714185c8bf93d8e81afd79f8131b3effd9f29100;hpb=c92f67c2cee4deb11f96b79ff10a6f7a5ba49f15;p=metaproxy-moved-to-github.git diff --git a/win/makefile b/win/makefile index 714185c..12df418 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.1 +VERSION=1.1.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -224,9 +224,9 @@ PROJECT_DLL_OBJS = \ $(OBJDIR)\factory_static.obj \ $(OBJDIR)\filter.obj \ $(OBJDIR)\filter_auth_simple.obj \ - $(OBJDIR)\filter_cgi.obj \ $(OBJDIR)\filter_backend_test.obj \ $(OBJDIR)\filter_bounce.obj \ + $(OBJDIR)\filter_cgi.obj \ $(OBJDIR)\filter_cql_to_rpn.obj \ $(OBJDIR)\filter_frontend_net.obj \ $(OBJDIR)\filter_http_file.obj \