Code

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 c2191160012f43fe3313b9c670d7894f2c44621a..00a04add0303557e4a5f328c8494703236d39bca 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 a9157cdef03cfdf52ac19cc75956ae387c17c019..246c7a895a45a426c3e81cf94f6bea2991bd8d99 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-//' )"