summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-02 11:02:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-02 11:02:39 +0200
commit2493915cfedae899e66dbb3a2f139bf386fac5e1 (patch)
tree4283a2dc91594080d71eebb122521db968f5d3c7
parent9e88340fe9b873929e7545d547616db24ca338e6 (diff)
downloadrsyslog-2493915cfedae899e66dbb3a2f139bf386fac5e1.tar.gz
rsyslog-2493915cfedae899e66dbb3a2f139bf386fac5e1.tar.xz
rsyslog-2493915cfedae899e66dbb3a2f139bf386fac5e1.zip
cleaned up version information
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c69357ab..865cfe84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Version 3.17.2 (rgerhards), 2008-04-??
- this version is the new beta
+- merged in imklog bug fix from v3-stable (3.16.1)
---------------------------------------------------------------------------
Version 3.17.1 (rgerhards), 2008-04-15
- removed dependency on MAXHOSTNAMELEN as much as it made sense.
diff --git a/configure.ac b/configure.ac
index 54824d35..8a5f6222 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[3.17.2-klog1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.17.2],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])