From: Florian Forster Date: Tue, 19 Jun 2007 19:31:07 +0000 (+0200) Subject: Bumped version to 4.0.3. X-Git-Tag: collectd-4.0.3^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d93c0d699a30ca7e1d65f04aab36b33d26a05486;p=collectd.git Bumped version to 4.0.3. --- 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;