summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-10-15 06:05:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-10-15 06:05:33 +0000
commitf174b83913b9527f5e17e44c1bb54dbe982f1a00 (patch)
treea742b30f520a83a81e9d1b07d7d616dd2744dbfe
parent1fd0d48dee4d10012a35a6005a5c9b9f973180b0 (diff)
downloadrsyslog-f174b83913b9527f5e17e44c1bb54dbe982f1a00.tar.gz
rsyslog-f174b83913b9527f5e17e44c1bb54dbe982f1a00.tar.xz
rsyslog-f174b83913b9527f5e17e44c1bb54dbe982f1a00.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 ce194b2b..74291f48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 1.19.10 (rgerhards), 2007-10-15
+---------------------------------------------------------------------------
Version 1.19.9 (rgerhards), 2007-10-12
- now packaging system which again contains all components in a single
tarball
diff --git a/configure.ac b/configure.ac
index 3de829d2..2856fee6 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.19.9],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[1.19.10],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADER([config.h])