Code

ChangeLog: Entry for 4.3.4: Bring plugins in alphabetical order.
[collectd.git] / version-gen.sh
index 580b90c043f1c763191cc3f0df9eab0c66411b59..865a0756ca8a953d10891bd59d2521f480a70862 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.3.1.git"
+DEFAULT_VERSION="4.3.4.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"