From: Florian Forster Date: Tue, 3 Apr 2007 07:05:39 +0000 (+0200) Subject: configure.in: Bumped version to 4.0.0-rc1. X-Git-Tag: collectd-4.0.0~107 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b1b460a604343314383ac7f1de31dbd4da673e1a;p=collectd.git configure.in: Bumped version to 4.0.0-rc1. --- diff --git a/configure.in b/configure.in index 5166ad16..a7762568 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-rc0) +AC_INIT(collectd, 4.0.0-rc1) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2)