mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
remove --long
from git-describe command
This commit is contained in:
parent
dbe44e48c8
commit
932c1d45f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue