diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:33:14 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:33:14 +0200 |
commit | 9348f8b9c2b5ba806dab8c7337877ab9da3f85b1 (patch) | |
tree | 29360c02cfe780845474c228b1fb099c45716047 /configure.ac | |
parent | 3f6c6cff4743f6484077de03fb88ad610d1cccbb (diff) | |
download | rsyslog-9348f8b9c2b5ba806dab8c7337877ab9da3f85b1.tar.gz rsyslog-9348f8b9c2b5ba806dab8c7337877ab9da3f85b1.tar.xz rsyslog-9348f8b9c2b5ba806dab8c7337877ab9da3f85b1.zip |
preparing for 4.3.0 release
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 c7f1d532..6daf3f5a 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.1.6],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[4.3.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) |