diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-25 11:32:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-25 11:32:49 +0200 |
commit | 5fd2bcce232352f3abbe235c788b9a8fa7bac043 (patch) | |
tree | bd786c0e9299de0bab7392df1cf21bca11ca8baa /configure.ac | |
parent | fc0712f40ae63aa54080683c7ee5ae52055c009d (diff) | |
parent | aaef9aa018dc030a7b5b2585bad19812ff214fab (diff) | |
download | rsyslog-5fd2bcce232352f3abbe235c788b9a8fa7bac043.tar.gz rsyslog-5fd2bcce232352f3abbe235c788b9a8fa7bac043.tar.bz2 rsyslog-5fd2bcce232352f3abbe235c788b9a8fa7bac043.zip |
Merge branch 'master' into ultra-reliable
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 8c8db8e1..66f1cab1 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],[4.3.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[4.3.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) |