diff options
author | Michael Biebl <biebl@debian.org> | 2012-10-29 16:27:53 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-10-29 16:27:53 +0100 |
commit | 05bd88b115965e17631a4af10c84d71622fe4e3d (patch) | |
tree | c5aaea610fdd889c119a6eecc8cbda571874a9c9 /configure.ac | |
parent | 30d3515e017ba4b2d74c55c2ad7b897b8a9eb020 (diff) | |
download | rsyslog-05bd88b115965e17631a4af10c84d71622fe4e3d.tar.gz |
Imported Upstream version 7.2.1upstream/7.2.1
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 5e92e34..331c77b 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.2.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.2.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |