Don't match faup1090 tags when generating a version string from git tags.

This commit is contained in:
Oliver Jowett 2015-10-27 13:57:29 +00:00
parent f84e9a8de1
commit 497f88fe1c

View file

@ -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