diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-27 17:55:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-27 17:55:00 +0000 |
commit | 82eb4472b6669df0483611801776f219903e1f42 (patch) | |
tree | 77be1a025a2d9309a8056c9a2071cf572cc3e14a /configure.ac | |
parent | 90516819d5b8bef3dfa3902155eb32efc2685e04 (diff) | |
download | rsyslog-82eb4472b6669df0483611801776f219903e1f42.tar.gz rsyslog-82eb4472b6669df0483611801776f219903e1f42.tar.xz rsyslog-82eb4472b6669df0483611801776f219903e1f42.zip |
updated v3 compatibility doc to cover new compatibility mode
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 fdfbe465..3d5ec92f 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.13.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.12.5],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |