Update collectd to 5.5.3 Release notes at https://github.com/collectd/collectd/releases/tag/collectd-5.5.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
11 lines
314 B
Diff
11 lines
314 B
Diff
--- a/version-gen.sh
|
|
+++ b/version-gen.sh
|
|
@@ -2,7 +2,7 @@
|
|
|
|
DEFAULT_VERSION="5.5.3.git"
|
|
|
|
-VERSION="`git describe 2> /dev/null | grep collectd | sed -e 's/^collectd-//'`"
|
|
+#VERSION="`git describe 2> /dev/null | grep collectd | sed -e 's/^collectd-//'`"
|
|
|
|
if test -z "$VERSION"; then
|
|
VERSION="$DEFAULT_VERSION"
|