Fixed VERSION code.

This commit is contained in:
Rolf Ahrenberg 2007-10-28 16:26:28 +00:00
parent ea18decf44
commit 470197eb77
1 changed files with 2 additions and 2 deletions

View File

@ -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: