From: Florian Forster Date: Thu, 3 May 2007 19:42:10 +0000 (+0200) Subject: configure.in: Bumped version to 4.0.0-rc7 X-Git-Tag: collectd-4.0.0-rc7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53651df78507ac53e456878c2686e2e7ee5f68a0;p=collectd.git configure.in: Bumped version to 4.0.0-rc7 --- diff --git a/configure.in b/configure.in index e4d3d676..b039b8e9 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-rc6) +AC_INIT(collectd, 4.0.0-rc7) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2)