diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-16 11:57:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-16 11:57:52 +0200 |
commit | d040868f97fa92f1df31b2ac7ff835dc4f3c29be (patch) | |
tree | 9e8a0684b98cb06d04f58f90f7e45ce777234ab4 | |
parent | 48d6bc540babe153984db7dbb409a7d407109e91 (diff) | |
download | rsyslog-d040868f97fa92f1df31b2ac7ff835dc4f3c29be.tar.gz rsyslog-d040868f97fa92f1df31b2ac7ff835dc4f3c29be.tar.xz rsyslog-d040868f97fa92f1df31b2ac7ff835dc4f3c29be.zip |
bumped version number
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 3.17.5 (rgerhards), 2008-06-?? +--------------------------------------------------------------------------- Version 3.17.4 (rgerhards), 2008-06-16 - changed default for $KlogSymbolLookup to "off". The directive is also scheduled for removal in a later version. This was necessary diff --git a/configure.ac b/configure.ac index cc5950e2..f1a94dae 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.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.17.5],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/manual.html b/doc/manual.html index 52b8dd18..c3a623f1 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -16,7 +16,7 @@ relay chains while at the same time being very easy to setup for the novice user. And as we know what enterprise users really need, there is also <a href="professional_support.html">professional rsyslog support</a> available directly from the source!</p> -<p><b>This documentation is for version 3.17.4 (beta branch) of rsyslog.</b> +<p><b>This documentation is for version 3.17.5 (beta branch) of rsyslog.</b> Visit the <i> <a href="http://www.rsyslog.com/doc-status.html">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |