summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0820b7)
raw | patch | inline | side by side (parent: a0820b7)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 19 Jun 2007 19:31:07 +0000 (21:31 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 19 Jun 2007 19:31:07 +0000 (21:31 +0200) |
configure.in | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history |
diff --git a/configure.in b/configure.in
index 77f0e49c69adb189bbecae2e6ef40d0edc56a52d..1b158ec7a4befe1864a14b2682115b3e6477917c 100644 (file)
--- a/configure.in
+++ b/configure.in
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)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.2";
+bootstrap Collectd "4.0.3";
1;