Code

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