From 34263dbefe5482fd90cee66bbc38d75541dbe87d Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sat, 6 Nov 2010 10:43:09 +0200 Subject: upgrade version to 0.3.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3