summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-11-06 10:43:09 +0200
committerAntti Ajanki <antti.ajanki@iki.fi>2010-11-06 10:43:09 +0200
commit34263dbefe5482fd90cee66bbc38d75541dbe87d (patch)
treef0c8f1b5faa2e659ccadf38348c0fd6692a74574 /Makefile
parent07c8a157c31ed5221b4fd325058eb1d3fa579c33 (diff)
downloadvdr-plugin-webvideo-34263dbefe5482fd90cee66bbc38d75541dbe87d.tar.gz
vdr-plugin-webvideo-34263dbefe5482fd90cee66bbc38d75541dbe87d.tar.bz2
upgrade version to 0.3.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cab3945..b438130 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ VDRPLUGINCONFDIR ?= /video/plugins
# VDR's locale directory
VDRLOCALEDIR ?= $(VDRDIR)/locale
-VERSION := $(shell cat src/version)
+VERSION := $(shell grep VERSION src/libwebvi/webvi/version.py | cut -d \' -f 2)
TMPDIR = /tmp
ARCHIVE = webvideo-$(VERSION)