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 83624e1..f95f9c3 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 b225455..df35b1d 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-//' )"