diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-24 12:13:26 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-24 12:13:26 +0200 |
commit | 2716bc9ffc0b667ce63ea7407b6ca7742bf168ec (patch) | |
tree | 00d4724a4b684b682beaf429a280613e5a0a5cd2 /configure.ac | |
parent | 63daa0385cfe4c2999a32c62ff90e9b6e3c1f44e (diff) | |
parent | 539f33c6a064b8c28cbb318e856dc50c213fd844 (diff) | |
download | rsyslog-2716bc9ffc0b667ce63ea7407b6ca7742bf168ec.tar.gz rsyslog-2716bc9ffc0b667ce63ea7407b6ca7742bf168ec.tar.xz rsyslog-2716bc9ffc0b667ce63ea7407b6ca7742bf168ec.zip |
Merge branch 'master' into v5-devel
IMPORTANT: this merge did NOT include the (important) changes
to action.c . Consolidating them was too hard (aka "error-prone")
because of the large differences in the code base. The fixes will
be redone with a later commit.
Conflicts:
action.c
configure.ac
doc/manual.html
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 776d7b94..78556be6 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],[5.1.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.1.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) |