From: Florian Forster Date: Tue, 17 Apr 2007 19:58:12 +0000 (+0200) Subject: configure.in: Bumped version to 4.0.0-rc4 X-Git-Tag: collectd-4.0.0~85 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=67ccac9352be31fb1d50599694d50ac8615d6647;p=collectd.git configure.in: Bumped version to 4.0.0-rc4 --- diff --git a/configure.in b/configure.in index 91d13e80..e14606f8 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-rc3) +AC_INIT(collectd, 4.0.0-rc4) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2)