Code

tcpconns plugin: Compilation fixes for NetBSD.
[collectd.git] / version-gen.sh
index 580b90c043f1c763191cc3f0df9eab0c66411b59..0501df96f4ee0563d0cea13a780efc5c8c032a38 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.3.1.git"
+DEFAULT_VERSION="4.5.3.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"