Fix problem with generic proximity handling.
[idzebra-moved-to-github.git] / configure.ac
index f8709ed..5ee5670 100644 (file)
@@ -1,8 +1,8 @@
 dnl This file is part of the Zebra server.
-dnl   Copyright (C) 1994-2008 Index Data
+dnl   Copyright (C) 1994-2009 Index Data
 dnl
 AC_PREREQ(2.60)
-AC_INIT([idzebra],[2.0.34],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.36],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.9])
@@ -348,6 +348,7 @@ AC_OUTPUT([
   idzebra.spec
   idzebra-config-2.0
   Doxyfile
+  win/version.nsi
   include/idzebra/version.h
 ],[sed s%echo_source=yes%echo_source=no%g < idzebra-config-2.0 > util/idzebra-config-2.0 && chmod +x idzebra-config-2.0 util/idzebra-config-2.0])