diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-21 09:41:56 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-21 09:41:56 +0000 |
commit | 227c44dbe0f3ce8ab465829c2d6114d5e6b38470 (patch) | |
tree | a15b84c5f20af5ac42687424e71fd20c5e61ad14 /configure.ac | |
parent | 4ff521048dbab0557c863c28321693e1f31c6a96 (diff) | |
download | rsyslog-227c44dbe0f3ce8ab465829c2d6114d5e6b38470.tar.gz rsyslog-227c44dbe0f3ce8ab465829c2d6114d5e6b38470.tar.bz2 rsyslog-227c44dbe0f3ce8ab465829c2d6114d5e6b38470.zip |
cleanup for 3.11.4v3-11-4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fcccde10..e427232d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,8 @@ # 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.12.0],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.11.4],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |