summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-19 08:50:40 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-19 08:50:40 +0000
commit9bf43f592d7e367db09d10e0d0e17060412f2400 (patch)
tree349e85067beaf9abc636857ec958bb6fc194004b
parentf4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e (diff)
downloadrsyslog-9bf43f592d7e367db09d10e0d0e17060412f2400.tar.gz
rsyslog-9bf43f592d7e367db09d10e0d0e17060412f2400.tar.xz
rsyslog-9bf43f592d7e367db09d10e0d0e17060412f2400.zip
bumped version number
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f26060..d2d0483f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])