Bumped version to 4.2.6 collectd-4.2.6
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 09:34:46 +0000 (10:34 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 29 Mar 2008 09:34:46 +0000 (10:34 +0100)
ChangeLog
version-gen.sh

index 899c2ac..6f10fac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2008-mm-dd, Version 4.2.6
+2008-03-29, Version 4.2.6
        * collectd: Improved error messages when parsing the configuration.
        * sensors plugin: Fix temperature collection with libsensors4.
        * unixsock plugin: Fix mixed input and output operation on streams.
index 4275ffd..61763ac 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.2.5.git"
+DEFAULT_VERSION="4.2.6.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"