Bumped version to 4.5.0.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 4 Sep 2008 08:52:34 +0000 (10:52 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 4 Sep 2008 08:52:34 +0000 (10:52 +0200)
ChangeLog
version-gen.sh

index c219116..00a04ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2008-08-24, Version 4.5.0
+2008-09-04, Version 4.5.0
        * collectd: Added the ability to flush certain identifiers.
        * collectd: The concept of `notification meta data' has been
          introduced.
index a9157cd..246c7a8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.4.3.git"
+DEFAULT_VERSION="4.5.0.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"