src/utils_threshold.c: Fix a typo.
[collectd.git] / version-gen.sh
index 246c7a8..6fcfb1e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.5.0.git"
+DEFAULT_VERSION="4.7.1.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"