bumped version number

This commit is contained in:
Rainer Gerhards 2008-01-14 13:31:08 +00:00
parent 0d0fc50470
commit 6a7a3a2702
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
Version 3.10.3 (rgerhards), 2008-01-14
- fixed a bug with standard template definitions (not a big deal) - thanks
to varmojfekoj for spotting it
---------------------------------------------------------------------------
Version 3.10.2 (rgerhards), 2008-01-14 Version 3.10.2 (rgerhards), 2008-01-14
- added the ability to keep stop rsyslogd without the need to drain - added the ability to keep stop rsyslogd without the need to drain
the main message queue. In disk queue mode, rsyslog continues to the main message queue. In disk queue mode, rsyslog continues to

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT([rsyslog],[3.10.2],[rsyslog@lists.adiscon.com.]) AC_INIT([rsyslog],[3.10.3],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])