Code

perl plugin: Fixed a memory leak in pplugin_dispatch_notification().
[collectd.git] / version-gen.sh
index 580b90c043f1c763191cc3f0df9eab0c66411b59..c3100595ea1f04acb4a144229b66709787814d55 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.3.1.git"
+DEFAULT_VERSION="4.6.0.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"