diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-02-26 12:05:39 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-02-26 12:09:23 +0200 |
commit | 41c82dd2513333d6eb646f1e9278b69fb03f6bbc (patch) | |
tree | ca3ac900b4662dffe4f2ddd0c5a063a774d5e7e2 /src | |
parent | 2404dfacec80307be5e68a3d970e37e4c7d7daf8 (diff) | |
download | vdr-plugin-webvideo-41c82dd2513333d6eb646f1e9278b69fb03f6bbc.tar.gz vdr-plugin-webvideo-41c82dd2513333d6eb646f1e9278b69fb03f6bbc.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 359b074..3055c0f 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.5' +VERSION = '0.4.6' diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index 4c99af9..3d3ea87 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.5"; +const char *VERSION = "0.4.6"; 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 db51aa1..3c2bd7c 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -38,7 +38,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig, WebviSelect from . import menu -VERSION = '0.4.5' +VERSION = '0.4.6' # Default options DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"', |