switch to using git for versioning in config.mk
This commit is contained in:
parent
0e3a7a84e6
commit
6cf8849391
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 3.2
|
||||
VERSION = `git describe --tags --abbrev=0`
|
||||
|
||||
PKG_CONFIG = pkg-config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue