Remove v from VERSION

This commit is contained in:
Joseph C. Lehner 2016-11-13 08:48:35 +01:00
parent 0d70d53df9
commit 7ffd9cbdb2

View file

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