summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-12 10:56:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-12 10:56:48 +0200
commit018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c (patch)
treec8fd4cbf8dc5d51e47d8fc45cb916e2c1cad79d7 /configure.ac
parent3073cb3db1e74827025598396f37b0fb35638879 (diff)
downloadrsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.tar.gz
rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.tar.xz
rsyslog-018b2f4c86ca2e4849156db1b1d5b6b3ea9b3e0c.zip
bugfix: misspelled config directive + bumped version number
Previously was $MainMsgQueueWorkeTimeoutrThreadShutdown, is now $MainMsgQueueWorkerTimeoutThreadShutdown. Note that the misspelled directive is not preserved - if the misspelled directive was used (which I consider highly unlikely), the config file must be changed. Thanks to lperr for reporting the bug.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c7aac3c..314dc10f 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.18.2],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.18.3],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])