summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-15 18:21:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-15 18:21:59 +0200
commit11a526bcee95dab6a5bf2cc25a07dc6d65eaa177 (patch)
treef7493b80a4c2a86a485cb5dbf8f3644eb9f32b80
parent0e83bd69fcce2359d1d25022d1cc1263e42219a9 (diff)
downloadrsyslog-11a526bcee95dab6a5bf2cc25a07dc6d65eaa177.tar.gz
rsyslog-11a526bcee95dab6a5bf2cc25a07dc6d65eaa177.tar.xz
rsyslog-11a526bcee95dab6a5bf2cc25a07dc6d65eaa177.zip
bumped version number
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29c12e9c..2749418a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 3.17.2 (rgerhards), 2008-04-??
+---------------------------------------------------------------------------
Version 3.17.1 (rgerhards), 2008-04-15
- removed dependency on MAXHOSTNAMELEN as much as it made sense.
GNU/Hurd does not define it (because it has no limit), and we have taken
diff --git a/configure.ac b/configure.ac
index 2a5ef16b..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.1],[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])