Code

data: Use %g format when formatting decimal numbers.
[sysdb.git] / version-gen.sh
index b58c8601556c6f54d64650c7553610e9c1191ba7..be50b008f34b5b6ab28f2a626f684f61724a7cf3 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-DEFAULT_VERSION="0.3.0.git"
+DEFAULT_VERSION="0.4.0.git"
 
 VERSION="$( git describe --tags 2> /dev/null \
        | sed -e 's/sysdb-//' || true )"