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 0fdb8c7..06bfb7a 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 594c15e..83624e1 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 510a3a0..b225455 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-//' )"