diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-18 11:47:25 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-18 11:47:25 +0000 |
commit | 5b7f094ef5f55543896bc79335ff95feecebef4b (patch) | |
tree | 349912c370b07635f277b129a12a5bb8dfa2e247 /configure.ac | |
parent | d6b6006126094864ba72d81776d95fcc3ff063b4 (diff) | |
download | rsyslog-5b7f094ef5f55543896bc79335ff95feecebef4b.tar.gz rsyslog-5b7f094ef5f55543896bc79335ff95feecebef4b.tar.xz rsyslog-5b7f094ef5f55543896bc79335ff95feecebef4b.zip |
bumping version number
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 59bd1195..fcccde10 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],[3.11.3],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.12.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |