From f44e5e8c10a6bea57b0fbe9fe6c4bafd164cb905 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 24 Apr 2006 10:10:07 +0000 Subject: [PATCH] Bump version to 1.0.0 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 1.7.10.4