ChangeLog: Changed date to May 11th; Updated version.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 10 May 2009 15:30:30 +0000 (17:30 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 10 May 2009 15:30:30 +0000 (17:30 +0200)
ChangeLog
version-gen.sh

index d61255b..3fdf0ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009-05-01, Version 4.7.0
+2009-05-11, Version 4.7.0
        * apache plugin: Support to query multiple servers has been added.
          Thanks to Amit Gupta for the patch.
        * apache plugin: Handling of lighttpd's scoreboard statistics has been
index a1dcaa7..99bcb7e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.6.2.git"
+DEFAULT_VERSION="4.7.0.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"