diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-01-29 15:04:37 +0200 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-01-29 15:04:37 +0200 |
| commit | e7b1d17438e1ac8918680ce3b08daaf1aa4d3c33 (patch) | |
| tree | bd5eec925adfc6fced1d80285d82b8a3095ecca0 /src/webvicli | |
| parent | 9ec82abc0b9c4467bc48e5744f654886e73b10a4 (diff) | |
| download | vdr-plugin-webvideo-e7b1d17438e1ac8918680ce3b08daaf1aa4d3c33.tar.gz vdr-plugin-webvideo-e7b1d17438e1ac8918680ce3b08daaf1aa4d3c33.tar.bz2 | |
Bump version and copyright year
Diffstat (limited to 'src/webvicli')
| -rwxr-xr-x | src/webvicli/webvi | 2 | ||||
| -rw-r--r-- | src/webvicli/webvicli/client.py | 4 | ||||
| -rw-r--r-- | src/webvicli/webvicli/menu.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/webvicli/webvi b/src/webvicli/webvi index 87039a9..9ea3a4f 100755 --- a/src/webvicli/webvi +++ b/src/webvicli/webvi @@ -2,7 +2,7 @@ # webvi - starter script for webvicli # -# Copyright (c) 2010, 2011 Antti Ajanki <antti.ajanki@iki.fi> +# Copyright (c) 2010-2012 Antti Ajanki <antti.ajanki@iki.fi> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 6a145e1..b7b65f1 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -2,7 +2,7 @@ # client.py - webvi command line client # -# Copyright (c) 2009-2011 Antti Ajanki <antti.ajanki@iki.fi> +# Copyright (c) 2009-2012 Antti Ajanki <antti.ajanki@iki.fi> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig, WebviSelect from . import menu -VERSION = '0.4.4' +VERSION = '0.4.5' # Default options DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"', diff --git a/src/webvicli/webvicli/menu.py b/src/webvicli/webvicli/menu.py index 6ba91eb..61a5c92 100644 --- a/src/webvicli/webvicli/menu.py +++ b/src/webvicli/webvicli/menu.py @@ -1,6 +1,6 @@ # menu.py - menu elements for webvicli # -# Copyright (c) 2009-2011 Antti Ajanki <antti.ajanki@iki.fi> +# Copyright (c) 2009-2012 Antti Ajanki <antti.ajanki@iki.fi> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |
