snmp plugin: Fix handling of strings with control characters.
[collectd.git] / version-gen.sh
index cfced9e..9ef5470 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.7.1.git"
+DEFAULT_VERSION="4.7.4.git"
 
 VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"