Don't match faup1090 tags when generating a version string from git tags.
This commit is contained in:
parent
f84e9a8de1
commit
497f88fe1c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@
|
|||
PROGNAME=dump1090
|
||||
|
||||
ifndef DUMP1090_VERSION
|
||||
DUMP1090_VERSION=$(shell git describe --tags)
|
||||
DUMP1090_VERSION=$(shell git describe --tags --match=v*)
|
||||
endif
|
||||
|
||||
ifdef PREFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue