From 497f88fe1c597652aca23c1035ddb55a9f6c274d Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Tue, 27 Oct 2015 13:57:29 +0000 Subject: [PATCH] Don't match faup1090 tags when generating a version string from git tags. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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