From: Adam Dickmeiss Date: Mon, 24 Apr 2006 10:10:07 +0000 (+0000) Subject: Bump version to 1.0.0 X-Git-Tag: METAPROXY.1.0.0 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=f44e5e8c10a6bea57b0fbe9fe6c4bafd164cb905;p=metaproxy-moved-to-github.git Bump version to 1.0.0 --- diff --git a/NEWS b/NEWS index c4dffb7..7bbbf90 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +--- 1.0.0 2006/04/24 + +More documentation. Filters functional: auth_simple, backend_test, frontend_net, http_file, log, multi, query_rewrite, template, virt_db, z3950_client. diff --git a/configure.ac b/configure.ac index 5084fba..45c591b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[0.9], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.0], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp)