summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-08 18:39:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-08 18:39:33 +0200
commit6b26252a4ce7baa96ea76d8bd4f2717329d8ae6c (patch)
treeee2c0574b2c78e9fcdc2f89e2046000efa39c5d4
parentb544865bed0b94bdaac4cdfd550a8dd5ab9bfccb (diff)
downloadrsyslog-6b26252a4ce7baa96ea76d8bd4f2717329d8ae6c.tar.gz
rsyslog-6b26252a4ce7baa96ea76d8bd4f2717329d8ae6c.tar.xz
rsyslog-6b26252a4ce7baa96ea76d8bd4f2717329d8ae6c.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 330f4b3f..e9fadf12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 3.17.1 (rgerhards), 2008-04-??
+---------------------------------------------------------------------------
Version 3.17.0 (rgerhards), 2008-04-08
- added native ability to send mail messages
- removed no longer needed file relptuil.c/.h
diff --git a/configure.ac b/configure.ac
index a938eae2..1516ef71 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.17.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.17.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])