diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-30 17:16:02 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-30 17:16:02 +0200 |
commit | ca6e9efdfd2ec32fd864492d02ee0c0434518f25 (patch) | |
tree | cfa0dd4a9e06ea1480f25dbb67531c2607e81a7c | |
parent | 2b5c049ccc469ce8ba0bf8fbea69fab8b896b36e (diff) | |
download | rsyslog-ca6e9efdfd2ec32fd864492d02ee0c0434518f25.tar.gz rsyslog-ca6e9efdfd2ec32fd864492d02ee0c0434518f25.tar.xz rsyslog-ca6e9efdfd2ec32fd864492d02ee0c0434518f25.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.19.6 (rgerhards), 2008-06-?? +--------------------------------------------------------------------------- Version 3.19.5 (rgerhards), 2008-05-30 - enabled Posix ERE expressions inside the property replacer (previously BRE was permitted only) diff --git a/configure.ac b/configure.ac index b6064693..3896ae19 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.19.5],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.6],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/manual.html b/doc/manual.html index 433dbd85..3d5462c8 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.19.5 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 3.19.6 (devel 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 |