From 470197eb7733250afb9c89e98bfb28060b25b160 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 28 Oct 2007 16:26:28 +0000 Subject: [PATCH] Fixed VERSION code. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c69a99..963825b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.21 2007/10/28 16:22:44 rahrenbe Exp $ +# $Id: Makefile,v 1.22 2007/10/28 16:26:28 rahrenbe Exp $ # Debugging on/off #IPTV_DEBUG = 1 @@ -19,7 +19,7 @@ PLUGIN = iptv ### The version number of this plugin (taken from the main source file): -VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') +VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') ### The C++ compiler and options: