diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-08 13:39:26 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-08 13:39:26 +0000 |
commit | cc6a709ea6494720891cd7d5d522886194ae2609 (patch) | |
tree | cf5a8a2668d8c3396f42d1da2dbbe49bdfc905a7 | |
parent | be5c9fe0f662e5e36e28a56f1b2ba3769d81b7da (diff) | |
download | rsyslog-cc6a709ea6494720891cd7d5d522886194ae2609.tar.gz rsyslog-cc6a709ea6494720891cd7d5d522886194ae2609.tar.xz rsyslog-cc6a709ea6494720891cd7d5d522886194ae2609.zip |
bumped up 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.18.2 (rgerhards), 2007-08-?? +--------------------------------------------------------------------------- Version 1.18.1 (rgerhards), 2007-08-08 - applied a patch from varmojfekoj which solved a potential segfault of rsyslogd on HUP diff --git a/configure.ac b/configure.ac index 026d8252..026dd2dc 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.18.1, rsyslog@lists.adiscon.com.) -AM_INIT_AUTOMAKE(rsyslog, 1.18.1) +AC_INIT(rsyslog, 1.18.2, rsyslog@lists.adiscon.com.) +AM_INIT_AUTOMAKE(rsyslog, 1.18.2) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |