Code

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 288aa766dfc8e33f47a47b751d91af047fceaa8c..618f22ca0b908f4bd2f3f13dcc3ea0c5bc0a793b 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 cf453cc5962cd63dcde1ab498c71e47db4fb5498..c4222aa58bbe96d8dc891660e7ccf324214626b0 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-//' )"