diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-10 15:50:12 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-10 15:50:12 +0000 |
commit | c6b8e6e5fe60556e5bd581a8cba90df23bcc1ebf (patch) | |
tree | 9fbcc156717c0863f9d25ec38ed4c71477e0b0c1 | |
parent | e6913c77fc1da39e3bf37225d21d8ce4b2429e24 (diff) | |
download | rsyslog-c6b8e6e5fe60556e5bd581a8cba90df23bcc1ebf.tar.gz rsyslog-c6b8e6e5fe60556e5bd581a8cba90df23bcc1ebf.tar.xz rsyslog-c6b8e6e5fe60556e5bd581a8cba90df23bcc1ebf.zip |
bumped version number
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 1.19.6 (rgerhards), 2007-09-?? +--------------------------------------------------------------------------- Version 1.19.5 (rgerhards), 2007-09-07 - changed part of the CStr interface so that better error tracking is provided and the calling sequence is more intuitive (there were diff --git a/configure.ac b/configure.ac index ab8853ac..d9a67e63 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[1.19.5],[rsyslog@lists.adiscon.com.]) -AM_INIT_AUTOMAKE(rsyslog, 1.19.5) +AC_INIT([rsyslog],[1.19.6],[rsyslog@lists.adiscon.com.]) +AM_INIT_AUTOMAKE(rsyslog, 1.19.6) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |