Code

Bumped version to 4.0.3. collectd-4.0.3
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 19 Jun 2007 19:31:07 +0000 (21:31 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 19 Jun 2007 19:31:07 +0000 (21:31 +0200)
configure.in
contrib/PerlLib/Collectd.pm

index 77f0e49c69adb189bbecae2e6ef40d0edc56a52d..1b158ec7a4befe1864a14b2682115b3e6477917c 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 4.0.2)
+AC_INIT(collectd, 4.0.3)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 18cc062b07cd3a064550dd2f08aa0aacb300b484..6c40c073bb3cc20953855cdeb1e069f496085361 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.2";
+bootstrap Collectd "4.0.3";
 
 1;