diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-16 15:45:21 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-16 15:45:21 +0200 |
commit | 9cfb0aee7d7fa5304b44cbc35e005cc8189bb581 (patch) | |
tree | e4c2199da07df5a0e93b22fd9b7eb1ab0206a702 /configure.ac | |
parent | f3817aa885da93f7ab3441d6d8a4c6f4b2072d25 (diff) | |
download | rsyslog-9cfb0aee7d7fa5304b44cbc35e005cc8189bb581.tar.gz rsyslog-9cfb0aee7d7fa5304b44cbc35e005cc8189bb581.tar.bz2 rsyslog-9cfb0aee7d7fa5304b44cbc35e005cc8189bb581.zip |
prepare for version 7.1.11v7.1.11
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 f1ec4c0d..09217d09 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],[7.1.10],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.1.11],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |