From d93c0d699a30ca7e1d65f04aab36b33d26a05486 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 19 Jun 2007 21:31:07 +0200 Subject: [PATCH] Bumped version to 4.0.3. --- configure.in | 2 +- contrib/PerlLib/Collectd.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 77f0e49c..1b158ec7 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.2) +AC_INIT(collectd, 4.0.3) AC_CONFIG_SRCDIR(src/collectd.c) AC_CONFIG_HEADERS(src/config.h) AM_INIT_AUTOMAKE(dist-bzip2) diff --git a/contrib/PerlLib/Collectd.pm b/contrib/PerlLib/Collectd.pm index 18cc062b..6c40c073 100644 --- a/contrib/PerlLib/Collectd.pm +++ b/contrib/PerlLib/Collectd.pm @@ -44,7 +44,7 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags('all'); -bootstrap Collectd "4.0.2"; +bootstrap Collectd "4.0.3"; 1; -- 2.30.2