summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-27 11:08:58 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-27 11:08:58 +0100
commitc129ddcc637875442dbf9e0869f5eafbd08199ae (patch)
tree9b58b087b2b1cd334e8fe033b126acf049a879e6 /configure.ac
parent590252c2275da8d4ed777a3bb84a227327b3871a (diff)
downloadrsyslog-c129ddcc637875442dbf9e0869f5eafbd08199ae.tar.gz
rsyslog-c129ddcc637875442dbf9e0869f5eafbd08199ae.tar.xz
rsyslog-c129ddcc637875442dbf9e0869f5eafbd08199ae.zip
bugfix: action stats did invalidly contain already-discarded messages
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 0e9240e5..c6d775af 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.6-newstats5],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.8.6-newstats6],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])