summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-08-26 20:49:36 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-08-26 20:49:36 +0300
commita807f0f034670f461bf99345b8fe02cc32ebfd50 (patch)
treed38423aa4324581f89a8c9afe932737ebfdab8f5
parent1b987b6f7a0da07ad49182cb8beae79d2b0ad88f (diff)
downloadvdr-plugin-webvideo-a807f0f034670f461bf99345b8fe02cc32ebfd50.tar.gz
vdr-plugin-webvideo-a807f0f034670f461bf99345b8fe02cc32ebfd50.tar.bz2
update version number
-rw-r--r--HISTORY11
-rw-r--r--src/vdr-plugin/webvideo.c2
-rw-r--r--src/version2
-rw-r--r--src/webvicli/webvicli/client.py2
4 files changed, 9 insertions, 8 deletions
diff --git a/HISTORY b/HISTORY
index fbbf61c..86aaae1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -193,10 +193,11 @@ Video site modules:
been completed.
- Retry failed timers again later.
-2010-08-25: Version 0.3.2
+2010-08-26: Version 0.3.2
-- New video service: MoonTV (contributed by Matti Lehtimäki)
-- ruutu.fi uses rtmpe for some videos
-- Possibility to run a script after downloading
-- Stream low bandwidth Youtube videos by default (see /etc/webvi.conf)
+- Possibility to run a script after downloading.
+- New video service: MoonTV (contributed by Matti Lehtimäki).
+- ruutu.fi uses rtmpe for some videos.
+- Stream low bandwidth Youtube videos by default (configurable in
+ /etc/webvi.conf)
- Fixed Google video module.
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index afc240a..ab7eaab 100644
--- a/src/vdr-plugin/webvideo.c
+++ b/src/vdr-plugin/webvideo.c
@@ -24,7 +24,7 @@
#include "common.h"
#include "timer.h"
-const char *VERSION = "0.3.1";
+const char *VERSION = "0.3.2";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;
diff --git a/src/version b/src/version
index a2268e2..9fc80f9 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-0.3.1 \ No newline at end of file
+0.3.2 \ No newline at end of file
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py
index be96614..732f43b 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -34,7 +34,7 @@ from ConfigParser import RawConfigParser
from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig
from . import menu
-VERSION = '0.3.1'
+VERSION = '0.3.2'
# Default options
DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"',