From 7ffd9cbdb255bc0bd3241348f17efd0894ab1c5c Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Sun, 13 Nov 2016 08:48:35 +0100 Subject: [PATCH] Remove v from VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db98f59..a2765b3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC ?= gcc PREFIX ?= /usr/local VERSION = $(shell git describe --always | tail -c +2) LIBS = -lpcap -CFLAGS += -Wall -g -DNMRPFLASH_VERSION=\"v$(VERSION)\" +CFLAGS += -Wall -g -DNMRPFLASH_VERSION=\"$(VERSION)\" LDFLAGS += $(LIBS) .PHONY: clean install release release/osx release/linux release/win32