From c8eca687f4f0ee08d927e72da1289ffc9d8ff01c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jul 2007 07:35:15 +0000 Subject: bumping version number --- ChangeLog | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c907f95f..1394c054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 1.17.4 (rgerhards), 2007-07-2? +--------------------------------------------------------------------------- Version 1.17.3 (rgerhards), 2007-07-25 - continued working on modularization - fixed a bug that caused rsyslogd to segfault on exit (and diff --git a/configure.ac b/configure.ac index 8e7bdfb4..f5bac916 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(rsyslog, 1.17.3, rsyslog@lists.adiscon.com.) -AM_INIT_AUTOMAKE(rsyslog, 1.17.3) +AC_INIT(rsyslog, 1.17.4, rsyslog@lists.adiscon.com.) +AM_INIT_AUTOMAKE(rsyslog, 1.17.4) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) -- cgit