diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-21 17:49:55 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-21 17:49:55 +0100 |
commit | 2ed0f99ce2576c4b52cccd7cdc0d17531281f85f (patch) | |
tree | c35f9dc234aa6d2f534854ffba602a3ccc32e0ca /configure.ac | |
parent | 51c4130853ca0da2cc3729e959b66915c8a82391 (diff) | |
download | rsyslog-2ed0f99ce2576c4b52cccd7cdc0d17531281f85f.tar.gz rsyslog-2ed0f99ce2576c4b52cccd7cdc0d17531281f85f.tar.bz2 rsyslog-2ed0f99ce2576c4b52cccd7cdc0d17531281f85f.zip |
prepare for 7.2.3 releasev7.2.3
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 e55da7bd..4e6827e2 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.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.2.3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |