Skip to content

Commit

Permalink
Make sure the version tags are used
Browse files Browse the repository at this point in the history
  • Loading branch information
ffes committed Nov 6, 2019
1 parent 72f1819 commit 0729f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_git.sh
Expand Up @@ -10,7 +10,7 @@ fi
if type git >/dev/null 2>&1
then
# Get the latest git commit
VERSION=$(git describe --tags)
VERSION=$(git describe --tags --match 'v[0-9]*')

# Has the version changed?
if ! grep --quiet $VERSION version_git.h
Expand Down

0 comments on commit 0729f72

Please sign in to comment.