diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-09 12:39:02 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-09 12:39:02 +0100 |
commit | 785e107502f58808152b3134915fd3c986b1ed27 (patch) | |
tree | bb2cc9ade6e06e81484e619a2dc3c8844a062924 | |
parent | 355b6818b8ff08cd7e0d72f790bcc98504924e48 (diff) | |
download | rsyslog-785e107502f58808152b3134915fd3c986b1ed27.tar.gz rsyslog-785e107502f58808152b3134915fd3c986b1ed27.tar.bz2 rsyslog-785e107502f58808152b3134915fd3c986b1ed27.zip |
push version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a4bc7f88..dd305221 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],[5.8.6-newstats2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.8.6-newstats3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |