From 5c2ce180838d27b200aa2100644fe3a338eb6ccb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Apr 2006 05:08:40 +0000 Subject: [PATCH] Version 1.0.2 --- NEWS | 9 +++++++-- configure.ac | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0b7dbd9..af5c226 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ ---- 1.0.0 2006/04/27 +--- 1.0.2 2006/04/28 -Build instructions for Windows. NMake makefile part of dist. +More information about virtual hosts. The 'etc' directory is part of the +distribution tar. + +--- 1.0.1 2006/04/27 + +Build instructions for Windows. NMake makefile part of distribution tar. --- 1.0.0 2006/04/24 diff --git a/configure.ac b/configure.ac index ec5ba0b..3b877b3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.1], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.2], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) -- 1.7.10.4