From: Florian Forster Date: Sat, 1 Sep 2007 20:01:24 +0000 (+0200) Subject: Bumped version to 4.1.0; Updated ChangeLog. X-Git-Tag: collectd-4.1.0~3 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=1cb0603055413244bd960433f434ddd6fd8e06f3;p=collectd.git Bumped version to 4.1.0; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 0fdb8c7a..06bfb7ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2007-07-21, Version 4.1.0 +2007-09-01, Version 4.1.0 * Build system: The build system has been changed to automatically disable all plugins, which are missing dependencies. The dependency checking has been removed from the plugins themselves to remove diff --git a/contrib/PerlLib/Collectd.pm b/contrib/PerlLib/Collectd.pm index 594c15ed..83624e18 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.7"; +bootstrap Collectd "4.1.0"; 1; diff --git a/version-gen.sh b/version-gen.sh index 510a3a02..b2254554 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.0.5.git" +DEFAULT_VERSION="4.1.0.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"