From ea709f92dffd0e7b244caba1a478c5614cf19ba0 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 16 Sep 2011 17:58:59 +0200 Subject: Test build. --- NEWS | 3 +++ configure.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b872ccc..31bce38 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +1.10 ??? + - Fix race issue with waitpid on linux. + 1.9 [2011-01-23] - Fix build warnings. - Fix problem on linux not detecting netfilter headers. diff --git a/configure.in b/configure.in index d750d26..c4ec886 100644 --- a/configure.in +++ b/configure.in @@ -32,8 +32,8 @@ dnl DAMAGE. dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.9, stef@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.9) +AC_INIT(proxsmtp, 1.9.90, stef@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.9.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -- cgit v1.2.3