diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-04 11:16:54 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-04 11:16:54 +0200 |
commit | 44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c (patch) | |
tree | 7e4dd1b1ddcbe155ea5ca202f1ce92849edda884 /configure.ac | |
parent | 887774fc1575f76368b13b9a9e26e344a1f16d45 (diff) | |
download | rsyslog-44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c.tar.gz rsyslog-44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c.tar.bz2 rsyslog-44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c.zip |
prepare for 7.4.2 release
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 a62bc687..db324c7c 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.4.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.4.2],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |