summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-06-04 18:24:42 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-06-04 18:24:42 +0200
commitedc4600010c985a09b048bfce39b73dbe10167a2 (patch)
tree60ddee730b0bba6233be2100092abe686edaa3e1 /Makefile
parentb6189f1907e22aad1cda7ecf236529bd7b270734 (diff)
Makefile: replace - with . in $(VERSION)
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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