src/utils_threshold.c: Add a percent sign to the minimum value, too.
[collectd.git] / version-gen.sh
index c310059..6fcfb1e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.6.0.git"
+DEFAULT_VERSION="4.7.1.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"