diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-06-12 21:45:24 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-06-12 21:45:24 +0300 |
commit | 15b105520bc2a032858c9b065e3800faa1242d77 (patch) | |
tree | 96fe38f95d9b948b85946add43e4e9a99a390082 /src | |
parent | bd0002f34e881de66a34ba0b504519a953f25b80 (diff) | |
download | vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.tar.gz vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.tar.bz2 |
Bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/libwebvi/webvi/version.py | 2 | ||||
-rw-r--r-- | src/vdr-plugin/webvideo.c | 2 | ||||
-rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py index ab3d564..a4fba61 100644 --- a/src/libwebvi/webvi/version.py +++ b/src/libwebvi/webvi/version.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -VERSION = '0.4.1' +VERSION = '0.4.2' diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index 077872e..2daf642 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.4.1"; +const char *VERSION = "0.4.2"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index f82c32a..9ddb438 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -36,7 +36,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.4.1' +VERSION = '0.4.2' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', |