build system: Check for the libupsclient library using pkg-config *and* a custom...
[collectd.git] / version-gen.sh
index acae67b..b73c848 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.1.2.git"
+DEFAULT_VERSION="4.4.5.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"