summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-13 07:08:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-13 07:08:53 +0000
commit0942a0da1369bd8f9f104d9d7b264ddbbff44d82 (patch)
tree4646222b02cb75ba9bfeadb860d3aae22af9912e
parent1e047df3b96edfaab2511faad58ab76c69ade42b (diff)
downloadrsyslog-0942a0da1369bd8f9f104d9d7b264ddbbff44d82.tar.gz
rsyslog-0942a0da1369bd8f9f104d9d7b264ddbbff44d82.tar.xz
rsyslog-0942a0da1369bd8f9f104d9d7b264ddbbff44d82.zip
bumped version number
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 241542bc..6560b659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 3.11.2 (rgerhards), 2008-02-??
+---------------------------------------------------------------------------
Version 3.11.1 (rgerhards), 2008-02-12
- SNMP trap sender added thanks to Andre Lorbach (omsnmp)
- added input-plugin interface specification in form of a (copy) template
diff --git a/configure.ac b/configure.ac
index 592fea1d..dcac5608 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.1],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[3.11.2],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])