summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-27 17:46:34 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-27 17:46:34 +0000
commit8898f827725dae33279f8ba3e27028d0f6ae6370 (patch)
tree1246b51129f6cd1eef79f1571983c6b0887f914f
parentab3c94cabc98cc90c3102302438433d8613dc3ee (diff)
downloadrsyslog-8898f827725dae33279f8ba3e27028d0f6ae6370.tar.gz
rsyslog-8898f827725dae33279f8ba3e27028d0f6ae6370.tar.xz
rsyslog-8898f827725dae33279f8ba3e27028d0f6ae6370.zip
bumped version number (again... let's see if we finally get to 3.12.0 ;))
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b3f12c..254a5e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 3.12.0 (rgerhards), 2008-02-28
+---------------------------------------------------------------------------
Version 3.11.6 (rgerhards), 2008-02-27
- bugfix: gssapi libraries were still linked to rsyslog core, what should
no longer be necessary. Applied fix by Michael Biebl to solve this.
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])