Code

collectd::unixsock: Record the, configurable, time-series store.
[sysdb.git] / version-gen.sh
index 15051b376a1e2b99b76b1a515d666b21bb46c36f..b58c8601556c6f54d64650c7553610e9c1191ba7 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-DEFAULT_VERSION="0.1.0"
+DEFAULT_VERSION="0.3.0.git"
 
 VERSION="$( git describe --tags 2> /dev/null \
        | sed -e 's/sysdb-//' || true )"