From: Florian Forster Date: Fri, 28 Dec 2007 17:33:54 +0000 (+0100) Subject: Bumped version to 4.2.3; Updated ChangeLog. X-Git-Tag: collectd-4.2.3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=16d73cedc83cd65d135180b330fef8a8e38a74c5;p=collectd.git Bumped version to 4.2.3; Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 288aa766..618f22ca 100644 --- 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. diff --git a/version-gen.sh b/version-gen.sh index cf453cc5..c4222aa5 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -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-//' )"