diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 16:54:33 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 16:54:33 +0200 |
commit | 65cdfc1777e1c189f28dfe11fa1ab0d08930b458 (patch) | |
tree | 902edd178f6962e8e8e89d18d6d7b5f417bd0e94 /configure.ac | |
parent | b7fec51ba7b1042313b51dc27102fa0a9cebafb5 (diff) | |
download | rsyslog-65cdfc1777e1c189f28dfe11fa1ab0d08930b458.tar.gz rsyslog-65cdfc1777e1c189f28dfe11fa1ab0d08930b458.tar.bz2 rsyslog-65cdfc1777e1c189f28dfe11fa1ab0d08930b458.zip |
new v3-stable based on 3.15.x beta
changes due to restructuring in 3.17.2 have big bug potential;
beta 3.15.x has almost no bug potential; thus I initiated a
shift of devel -> beta -> v3-stable; devel will restart at 3.19.0
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 4d5bec51..a1595bd2 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],[3.15.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.16.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |