From: Florian Forster Date: Fri, 14 Sep 2007 07:11:04 +0000 (+0200) Subject: Bumped the version to 4.1.1 X-Git-Tag: collectd-4.1.2~7 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c99e8cb5de527e70bb9bbef0217eecd025403603;p=collectd.git Bumped the version to 4.1.1 --- diff --git a/contrib/PerlLib/Collectd.pm b/contrib/PerlLib/Collectd.pm index 83624e18..f95f9c31 100644 --- a/contrib/PerlLib/Collectd.pm +++ b/contrib/PerlLib/Collectd.pm @@ -44,7 +44,7 @@ our %EXPORT_TAGS = ( 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 b2254554..df35b1d4 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -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-//' )"