Skip to content

Commit

Permalink
version-gen.sh: Added .git suffix to default version again.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokkee committed Feb 25, 2016
1 parent b8cdba8 commit 28efb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version-gen.sh
@@ -1,6 +1,6 @@
#! /bin/sh

DEFAULT_VERSION="0.8.0"
DEFAULT_VERSION="0.8.0.git"

VERSION="$( git describe --tags 2> /dev/null \
| sed -e 's/sysdb-//' || true )"
Expand Down

0 comments on commit 28efb96

Please sign in to comment.