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 Nov 17, 2014
1 parent f79fd1c commit 32a9d47
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.6.0"
DEFAULT_VERSION="0.6.0.git"

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

0 comments on commit 32a9d47

Please sign in to comment.