Version 1.3.34
[metaproxy-moved-to-github.git] / win / makefile
index 6a56d62..87662ff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2011 Index Data
+# Copyright (C) 2005-2012 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.3
+VERSION=1.3.34
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz
@@ -228,6 +228,7 @@ PROJECT_DLL_OBJS = \
        $(OBJDIR)\filter_query_rewrite.obj \
         $(OBJDIR)\filter_record_transform.obj \
         $(OBJDIR)\filter_session_shared.obj \
+        $(OBJDIR)\filter_sort.obj \
         $(OBJDIR)\filter_sru_to_z3950.obj \
         $(OBJDIR)\filter_template.obj \
         $(OBJDIR)\filter_virt_db.obj \