summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a277e5)
raw | patch | inline | side by side (parent: 8a277e5)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 4 Sep 2008 08:52:34 +0000 (10:52 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 4 Sep 2008 08:52:34 +0000 (10:52 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index c2191160012f43fe3313b9c670d7894f2c44621a..00a04add0303557e4a5f328c8494703236d39bca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-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.
diff --git a/version-gen.sh b/version-gen.sh
index a9157cdef03cfdf52ac19cc75956ae387c17c019..246c7a895a45a426c3e81cf94f6bea2991bd8d99 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.4.3.git"
+DEFAULT_VERSION="4.5.0.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"