Code

Bumped version to 4.1.0; Updated ChangeLog.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 1 Sep 2007 20:01:24 +0000 (22:01 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 1 Sep 2007 20:01:24 +0000 (22:01 +0200)
ChangeLog
contrib/PerlLib/Collectd.pm
version-gen.sh

index 0fdb8c7a14fbd3d92e6360a92dc662d947f77faa..06bfb7acf82becfc7532b8f728068e73c2463ace 100644 (file)
--- 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
index 594c15ed3f842298c39c538fb04e651fcf232fda..83624e18a7e24c2c424b76a0fdb9fb3d6f4bee0f 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.0.7";
+bootstrap Collectd "4.1.0";
 
 1;
 
index 510a3a0232b778a30d4e04d7d21e0703e2bafa74..b22545543fdfca2b98c5dcb36ea9c2b3af8e97d8 100755 (executable)
@@ -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-//' )"