diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 11:51:39 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 11:51:39 +0000 |
commit | dd70fc145fc8b8d94bfa98fc25e4ccd5a073859a (patch) | |
tree | 558b60e6ff95da64ea400237c866c9d63fb47885 | |
parent | e14dbae80c2f0541a67f23e00c44b7bd43f85bf1 (diff) | |
download | rsyslog-dd70fc145fc8b8d94bfa98fc25e4ccd5a073859a.tar.gz rsyslog-dd70fc145fc8b8d94bfa98fc25e4ccd5a073859a.tar.bz2 rsyslog-dd70fc145fc8b8d94bfa98fc25e4ccd5a073859a.zip |
bumping 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 2.0.3 STABLE (rgerhards), 2008-02-?? +--------------------------------------------------------------------------- Version 2.0.2 STABLE (rgerhards), 2008-02-12 - fixed a bug that could cause invalid string handling via strerror_r varmojfekoj provided the patch - many thanks! diff --git a/configure.ac b/configure.ac index bb66bfd6..15c73dae 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],[2.0.2],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[2.0.3],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |