From: Florian Forster Date: Wed, 24 Oct 2007 18:51:51 +0000 (+0200) Subject: Bumped version to 4.1.3; Updated ChangeLog. X-Git-Tag: collectd-4.1.3^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=52b6308247a1656d7e5a69c99eff3b4a19c6b844;p=collectd.git Bumped version to 4.1.3; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 099a5ca4..a8868018 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-10-24, Version 4.1.3 + * collectd: A build issue under Solaris has been resolved by renaming + data types. * rrdtool plugin: Use the threadsafe RRD-library if available. Try to be more threadsafe otherwise by locking calls to the library. diff --git a/version-gen.sh b/version-gen.sh index acae67bf..66cd7774 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.1.2.git" +DEFAULT_VERSION="4.1.3.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"