diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-07-02 15:55:02 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-07-02 15:55:02 +0200 |
commit | 09d3320ac258a3d78e02b29fc3806043af4fbf65 (patch) | |
tree | 36f31c53de1ede5e61bf256cd9f3902bb653165e /configure.ac | |
parent | b397a80c88be0de6e7450bcbeb3524be98e572b6 (diff) | |
download | rsyslog-6.3.12.tar.gz rsyslog-6.3.12.tar.xz rsyslog-6.3.12.zip |
preparing for 6.3.12v6.3.12
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 3c068d0d..8b5e3bd0 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],[6.3.11],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[6.3.12],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |