summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-28 15:33:34 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-28 15:33:34 +0000
commit1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409 (patch)
treec08ee4e5072738915fe43bd904d828d4a2780500 /configure.ac
parent6b9369c95f8dab6571ae508311a6318bddfd7cc9 (diff)
downloadrsyslog-1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409.tar.gz
rsyslog-1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409.tar.xz
rsyslog-1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409.zip
bugfix: regular expressions inside property replacer did not work properly
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 881d4179..6163078f 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],[2.0.4],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[2.0.5],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])