summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-09-27 12:57:15 +0200
committerJochen Dolze <vdr@dolze.de>2009-09-27 12:57:15 +0200
commit36cba6f238db17094e18ca3144bd7d5d8a4ffdf0 (patch)
tree2cc5000cf77bc1d0f0715699bcbc68adb572124d /Makefile
parent960085e4f2cf759a61a46cf10e4d027ca8e96214 (diff)
downloadvdr-plugin-markad-release/v0.0.4.tar.gz
vdr-plugin-markad-release/v0.0.4.tar.bz2
Change marks upon priorityv0.0.4release/v0.0.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c17bcd..db3eac3 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ AVCODEC = 0
### The version number of this plugin (taken from the main source file):
-VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ print $$6 }' | sed -e 's/[";]//g')
+VERSION = $(shell grep 'static const char \*VERSION *=' version.h | awk '{ print $$6 }' | sed -e 's/[";]//g')
### The C++ compiler and options: