diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-22 11:20:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-22 11:21:01 +0200 |
commit | 95fefbc12a71c26e02bb1de8628b3f70a6856b08 (patch) | |
tree | 59fde02b8d7ab10a9d296084818636bd8ed07bac /configure.ac | |
parent | ede5d1a1217a9101e0288a1ef7cc6c06f2705564 (diff) | |
download | rsyslog-95fefbc12a71c26e02bb1de8628b3f70a6856b08.tar.gz rsyslog-95fefbc12a71c26e02bb1de8628b3f70a6856b08.tar.bz2 rsyslog-95fefbc12a71c26e02bb1de8628b3f70a6856b08.zip |
prepare for 7.20 stable release & minor thingsv7.2.0
The most important real code chane is the initialization of the
epoll control set. This should just be cosmetic (valgrind warnings),
as all data we actually use already was properly initialized.
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 3c5b6764..5e92e349 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.12],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.2.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |