diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 10:07:49 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 10:07:49 +0000 |
commit | 0a698ab8931d19685cb39110a5db62a81099cd9c (patch) | |
tree | 9a9b0d632ab6ec055f35f1d9f3251c9e160896a7 /configure.ac | |
parent | 01ceb6d79979ea8aedd174c47ed8c65fbf168c43 (diff) | |
download | rsyslog-0a698ab8931d19685cb39110a5db62a81099cd9c.tar.gz rsyslog-0a698ab8931d19685cb39110a5db62a81099cd9c.tar.xz rsyslog-0a698ab8931d19685cb39110a5db62a81099cd9c.zip |
implemented STARTSWITH vm instruction
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fcccde10..3521df89 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.12.0],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.11.6],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |