Code

store.h: Reuse the sdb_metric_store_t type for a metric's store field.
[sysdb.git] / version-gen.sh
index c2ff7c4612836e0592875b04f6462ac581c0fce5..0e4c78f20005c44f853413503503304c53c6341b 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 
-DEFAULT_VERSION="0.0.0.git"
+DEFAULT_VERSION="0.8.0.git"
 
 VERSION="$( git describe --tags 2> /dev/null \
-       | sed -e 's/syscollector-//' || true )"
+       | sed -e 's/sysdb-//' || true )"
 
 if test -z "$VERSION"; then
        VERSION="$DEFAULT_VERSION"