Code

Bumped the version to 4.1.1
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 14 Sep 2007 07:11:04 +0000 (09:11 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 14 Sep 2007 07:11:04 +0000 (09:11 +0200)
contrib/PerlLib/Collectd.pm
version-gen.sh

index 83624e18a7e24c2c424b76a0fdb9fb3d6f4bee0f..f95f9c31ccf75d35abe65202e5bf48abfd6faad8 100644 (file)
@@ -44,7 +44,7 @@ our %EXPORT_TAGS = (
 
 Exporter::export_ok_tags('all');
 
-bootstrap Collectd "4.1.0";
+bootstrap Collectd "4.1.1";
 
 1;
 
index b22545543fdfca2b98c5dcb36ea9c2b3af8e97d8..df35b1d48c0366fed55835b517f626cc131bd940 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.1.0.git"
+DEFAULT_VERSION="4.1.1.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"