From 0bebfd218d3420ec1fd54e3e16e6b043f432d79e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 May 2006 11:21:00 +0000 Subject: [PATCH] Towards 1.0.4 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 09f0353..ebaa3ad 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ ---- 1.0.4 [in progress] +--- 1.0.4 2006/05/16 + +Added documentation for the hidenavailable option for the multi filter. --- 1.0.3 2006/05/16 diff --git a/configure.ac b/configure.ac index bdb36cc..98fc96f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.3], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.4], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) -- 1.7.10.4