summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b32a30)
raw | patch | inline | side by side (parent: 5b32a30)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 28 Dec 2007 17:33:54 +0000 (18:33 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 28 Dec 2007 17:33:54 +0000 (18:33 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 288aa766dfc8e33f47a47b751d91af047fceaa8c..618f22ca0b908f4bd2f3f13dcc3ea0c5bc0a793b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-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.
diff --git a/version-gen.sh b/version-gen.sh
index cf453cc5962cd63dcde1ab498c71e47db4fb5498..c4222aa58bbe96d8dc891660e7ccf324214626b0 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.2.2.git"
+DEFAULT_VERSION="4.2.3.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"