diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-10 18:30:42 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-10 18:30:42 +0100 |
commit | 0f21ae56b4e1737e21d8103ae0027377218873eb (patch) | |
tree | 18e79f437044692ca5d1d0a5f637a75c2b2a543e | |
parent | 77737e8ab2aa2899b75709cd2282cd213aea88d8 (diff) | |
download | rsyslog-0f21ae56b4e1737e21d8103ae0027377218873eb.tar.gz rsyslog-0f21ae56b4e1737e21d8103ae0027377218873eb.tar.bz2 rsyslog-0f21ae56b4e1737e21d8103ae0027377218873eb.zip |
bump version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69de5e33..e8b16602 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.5.up1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.2.5.up2],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |