summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2011-08-18 09:36:59 +0200
committerAndre Lorbach <alorbach@adiscon.com>2011-08-18 09:36:59 +0200
commit47ed9921b6c9fe49d4aadf244f7df1ce4d05a5b3 (patch)
treea1a9c778194da1ea12426779183f02b8a439acce /configure.ac
parent33bf53cdab0689bd7f100aca5f09dd6b69da0e94 (diff)
downloadrsyslog-47ed9921b6c9fe49d4aadf244f7df1ce4d05a5b3.tar.gz
rsyslog-47ed9921b6c9fe49d4aadf244f7df1ce4d05a5b3.tar.xz
rsyslog-47ed9921b6c9fe49d4aadf244f7df1ce4d05a5b3.zip
bugfix: fixed incorrect state handling for Discard Action (transactions)
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 7ed85851..c57426fd 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],[5.8.5-pre1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.8.5-pre2],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])