diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-27 17:46:34 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-27 17:46:34 +0000 |
commit | 8898f827725dae33279f8ba3e27028d0f6ae6370 (patch) | |
tree | 1246b51129f6cd1eef79f1571983c6b0887f914f /configure.ac | |
parent | ab3c94cabc98cc90c3102302438433d8613dc3ee (diff) | |
download | rsyslog-8898f827725dae33279f8ba3e27028d0f6ae6370.tar.gz rsyslog-8898f827725dae33279f8ba3e27028d0f6ae6370.tar.bz2 rsyslog-8898f827725dae33279f8ba3e27028d0f6ae6370.zip |
bumped version number (again... let's see if we finally get to 3.12.0 ;))
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 2a108fe9..21bb9fff 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.6],[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]) |