remove `--long` from git-describe command

This commit is contained in:
Leonardo Hernández Hernández 2022-12-30 14:45:03 -06:00
parent dbe44e48c8
commit 932c1d45f2
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
_VERSION = 0.4-rc3
VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
PKG_CONFIG = pkg-config