summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-12 16:15:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-12 16:15:24 +0000
commit56b149585f193e17690a947a20f451b90f6ab173 (patch)
treecc4c3deb115a98083228db0e781b0ea9acb15518
parent03ad8594ad4fef17de2614a38eb4a296851748ff (diff)
downloadrsyslog-56b149585f193e17690a947a20f451b90f6ab173.tar.gz
rsyslog-56b149585f193e17690a947a20f451b90f6ab173.tar.xz
rsyslog-56b149585f193e17690a947a20f451b90f6ab173.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 358e43a1..487387b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 1.20.2 (rgerhards), 2007-12-??
+---------------------------------------------------------------------------
Version 1.20.1 (rgerhards), 2007-12-12
- corrected a debug setting that survived release. Caused TCP connections
to be retried unnecessarily often.
diff --git a/configure.ac b/configure.ac
index 54856833..ca0e16a9 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],[1.20.1],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[1.20.2],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADER([config.h])