summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index faaf7781..a8edbfb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
-Version 3.11 5 (rgerhards), 2008-02-25
+Version 3.12.0 (rgerhards), 2008-02-??
+---------------------------------------------------------------------------
+Version 3.11.5 (rgerhards), 2008-02-25
- new imgssapi module, changed imtcp module - this enables to load/package
GSSAPI support separately - thanks to varmojfekoj for the patch
- compatibility mode (the -c option series) is now at least partly
diff --git a/configure.ac b/configure.ac
index 0877516c..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.5],[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])