diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-09-27 12:57:15 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-09-27 12:57:15 +0200 |
commit | 36cba6f238db17094e18ca3144bd7d5d8a4ffdf0 (patch) | |
tree | 2cc5000cf77bc1d0f0715699bcbc68adb572124d /Makefile | |
parent | 960085e4f2cf759a61a46cf10e4d027ca8e96214 (diff) | |
download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |