Code

Release SysDB 0.8.0.
[sysdb.git] / version-gen.sh
index c2ff7c4612836e0592875b04f6462ac581c0fce5..4076e28567cbe568fa2d3b0ddc8e818aeb214d97 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 
-DEFAULT_VERSION="0.0.0.git"
+DEFAULT_VERSION="0.8.0"
 
 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"