src/common.c: More reliable error reporting in `parse_values'.
[collectd.git] / version-gen.sh
index ff29b22..28ad3b2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.4.0.git"
+DEFAULT_VERSION="4.6.3.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"