mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
use git describe
to generate version
This commit is contained in:
parent
662e06e68e
commit
620fd9dc56
2 changed files with 1 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
_VERSION = 0.3.1
|
||||
VERSION = `./generate-version.sh $(_VERSION)`
|
||||
VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`
|
||||
|
||||
# paths
|
||||
PREFIX = /usr/local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue