diff options
author | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-10-19 14:14:50 +0000 |
---|---|---|
committer | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-10-19 14:14:50 +0000 |
commit | 0a3eda35ddc713a692be660b92b27a56a118a8cf (patch) | |
tree | 8caf7056f43160f9c18831639a96295b4b91d93b | |
parent | 7d4e11f5c704b1da4e0bbb6204b4bfbcad586e79 (diff) | |
download | rsyslog-0a3eda35ddc713a692be660b92b27a56a118a8cf.tar.gz rsyslog-0a3eda35ddc713a692be660b92b27a56a118a8cf.tar.xz rsyslog-0a3eda35ddc713a692be660b92b27a56a118a8cf.zip |
prepared for the next release
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 1.19.11 (rgerhards), 2007-10- +- ... +--------------------------------------------------------------------------- Version 1.19.10 (rgerhards), 2007-10-19 - introdcued the new ":modulename:" syntax for calling module actions in selector lines; modified ommysql to support it. This is primarily diff --git a/configure.ac b/configure.ac index 2856fee6..e542591a 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],[1.19.10],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[1.19.11],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |