summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 395e2cc)
raw | patch | inline | side by side (parent: 395e2cc)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 14 Sep 2007 07:11:04 +0000 (09:11 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 14 Sep 2007 07:11:04 +0000 (09:11 +0200) |
contrib/PerlLib/Collectd.pm | patch | blob | history | |
version-gen.sh | patch | blob | history |
index 83624e18a7e24c2c424b76a0fdb9fb3d6f4bee0f..f95f9c31ccf75d35abe65202e5bf48abfd6faad8 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.1.0";
+bootstrap Collectd "4.1.1";
1;
diff --git a/version-gen.sh b/version-gen.sh
index b22545543fdfca2b98c5dcb36ea9c2b3af8e97d8..df35b1d48c0366fed55835b517f626cc131bd940 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.1.0.git"
+DEFAULT_VERSION="4.1.1.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"