diff --git a/Makefile b/Makefile index c317592..384d2d4 100644 --- a/Makefile +++ b/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