diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 09:03:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 09:03:39 +0000 |
commit | c72b5030fbb996505e3874e0f6cda63dea29730e (patch) | |
tree | 0174e4cf121c449b2a2f0d665e026f0997c27d2f | |
parent | f6a0c560035d7b604adc670d04a57afda0df17a0 (diff) | |
download | rsyslog-c72b5030fbb996505e3874e0f6cda63dea29730e.tar.gz rsyslog-c72b5030fbb996505e3874e0f6cda63dea29730e.tar.bz2 rsyslog-c72b5030fbb996505e3874e0f6cda63dea29730e.zip |
bumped version number
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ --------------------------------------------------------------------------- -Version 3.11 5 (rgerhards), 2008-02-25 +Version 3.12.0 (rgerhards), 2008-02-?? +--------------------------------------------------------------------------- +Version 3.11.5 (rgerhards), 2008-02-25 - new imgssapi module, changed imtcp module - this enables to load/package GSSAPI support separately - thanks to varmojfekoj for the patch - compatibility mode (the -c option series) is now at least partly diff --git a/configure.ac b/configure.ac index 0877516c..fcccde10 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.11.5],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[3.12.0],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |