From 6d3d8e8a0753f2c88d51bceea7c9e617c0ff8181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20V=C3=B6llinger?= Date: Mon, 6 Jan 2014 12:18:54 +0100 Subject: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85d170a..a8607f9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PLUGIN = vdrboblight ### The version number of this plugin (taken from the main source file): #VERSION = $(shell grep 'static const char \*VERSION *=' vdrboblight.h | awk '{ print $$6 }' | sed -e 's/[";]//g') -VERSION := $(shell git describe --abbrev=4 --dirty --always) +VERSION := $(shell git describe --tags master) ### The directory environment: -- cgit v1.2.3