From edc4600010c985a09b048bfce39b73dbe10167a2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 4 Jun 2011 18:24:42 +0200 Subject: Makefile: replace - with . in $(VERSION) Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de7fd1d..9662508 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION:=$(shell git describe --dirty | sed 's/^v//') +VERSION:=$(shell git describe --dirty | sed 's/^v//; s/-/./g') MANDIR=/usr/share/man BINDIR=/usr/bin LIBDIR=/usr/lib -- cgit v1.2.3-24-g4f1b