From: Florian Forster Date: Tue, 8 May 2007 21:07:23 +0000 (+0200) Subject: configure.in: Bumped version to 4.0.0-rc9 X-Git-Tag: collectd-4.0.0~46^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=71ef23c36b68dd87b0a0263ea40af657b1473036;p=collectd.git configure.in: Bumped version to 4.0.0-rc9 --- diff --git a/configure.in b/configure.in index dcaad9ef..d2c4aa2b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(collectd, 4.0.0-rc8) +AC_INIT(collectd, 4.0.0-rc9) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2)