diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 11:47:37 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 11:47:37 +0100 |
commit | fbffd924e67cdd531dfdc2ccdddba59bd0b33752 (patch) | |
tree | e2ab3e4b0890ed81ae22ef1386657968fbae7f69 | |
parent | 6f8b8ebd9b806cdd7f799e8d3c737eddefdda31e (diff) | |
download | rsyslog-fbffd924e67cdd531dfdc2ccdddba59bd0b33752.tar.gz rsyslog-fbffd924e67cdd531dfdc2ccdddba59bd0b33752.tar.bz2 rsyslog-fbffd924e67cdd531dfdc2ccdddba59bd0b33752.zip |
version number increase for experimental version
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f7a01414..193f2df7 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.4.up2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.2.4.up3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |