utils_cache: Unlock the cache mutex before returning in an error condition.
[collectd.git] / version-gen.sh
index a9157cd..b73c848 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.4.3.git"
+DEFAULT_VERSION="4.4.5.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"