diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-07 14:16:32 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-07 14:16:32 +0200 |
commit | 9b104f782c0dd9440db27305cd87fd68414fce16 (patch) | |
tree | 67519a8ca7d0369bd9ea3062a39c7d75d6b331de /configure.ac | |
parent | 0595d5e045b8f5a8ceecf1280d3af888127db3de (diff) | |
download | rsyslog-7.5.4.tar.gz rsyslog-7.5.4.tar.bz2 rsyslog-7.5.4.zip |
preparing for 7.5.4v7.5.4
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 e136abd6..08b241c5 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.5.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.5.4],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |