Bumped version to 4.2.3; Updated ChangeLog. collectd-4.2.3
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 28 Dec 2007 17:33:54 +0000 (18:33 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 28 Dec 2007 17:33:54 +0000 (18:33 +0100)
ChangeLog
version-gen.sh

index 288aa76..618f22c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2007-12-27, Version 4.2.3
+2007-12-28, Version 4.2.3
        * sensors plugin: Updated the plugin to build and work with version 3
          of the libsensors library.
 
index cf453cc..c4222aa 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.2.2.git"
+DEFAULT_VERSION="4.2.3.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"