diff options
author | Christian Völlinger <zerov83@gmail.com> | 2014-01-06 12:18:54 +0100 |
---|---|---|
committer | Christian Völlinger <zerov83@gmail.com> | 2014-01-06 12:18:54 +0100 |
commit | 6d3d8e8a0753f2c88d51bceea7c9e617c0ff8181 (patch) | |
tree | 15a7a38b96cc119d9fd4c509b7ed20836dd1be64 | |
parent | d4649f5f68226bf2c92415b401194a67e5749d5e (diff) | |
download | vdr-plugin-boblight-0.0.4.tar.gz vdr-plugin-boblight-0.0.4.tar.bz2 |
Makefile0.0.4
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |