Remove v from VERSION
authorJoseph C. Lehner <joseph.c.lehner@gmail.com>
Sun, 13 Nov 2016 07:48:35 +0000 (08:48 +0100)
committerJoseph C. Lehner <joseph.c.lehner@gmail.com>
Sun, 13 Nov 2016 07:48:48 +0000 (08:48 +0100)
Makefile

index db98f59e0d472590e561a451022a912c52357989..a2765b3697fafd360c0270f63eb5acf8084c9a0a 100644 (file)
--- 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