diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 08:50:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 08:50:40 +0000 |
commit | 9bf43f592d7e367db09d10e0d0e17060412f2400 (patch) | |
tree | 349e85067beaf9abc636857ec958bb6fc194004b | |
parent | f4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e (diff) | |
download | rsyslog-9bf43f592d7e367db09d10e0d0e17060412f2400.tar.gz rsyslog-9bf43f592d7e367db09d10e0d0e17060412f2400.tar.xz rsyslog-9bf43f592d7e367db09d10e0d0e17060412f2400.zip |
bumped version number
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 2.0.0 (rgerhards), 2007-12-?? +- small doc fix for $IncludeConfig +--------------------------------------------------------------------------- Version 1.21.0 (rgerhards), 2007-12-19 - GSS-API support for syslog/TCP connections was added. Thanks to varmojfekoj for providing the patch with this functionality diff --git a/configure.ac b/configure.ac index 0039eacc..7a3ce7ea 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.21.0],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[2.0.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |