diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 07:39:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-07 07:39:58 +0000 |
commit | 7b7ac189f8f914def4b29322e72372c689c7fcb2 (patch) | |
tree | 818eb4394d0c35bbe0fda7bd9b61a520c233ac53 | |
parent | 9086a290dd2a163a12136a65b6069cb3b4ebe4d8 (diff) | |
download | rsyslog-7b7ac189f8f914def4b29322e72372c689c7fcb2.tar.gz rsyslog-7b7ac189f8f914def4b29322e72372c689c7fcb2.tar.xz rsyslog-7b7ac189f8f914def4b29322e72372c689c7fcb2.zip |
bumped version number
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 3.10.1 (rgerhards), 2008-01-?? +--------------------------------------------------------------------------- Version 3.10.0 (rgerhards), 2008-01-07 - implemented input module interface and initial input modules - enhanced threading for input modules (each on its own thread now) diff --git a/configure.ac b/configure.ac index 01c82cfd..5a79a4a6 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.10.0],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.10.1],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |