diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2013-04-14 19:38:02 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2013-04-14 19:38:02 +0300 |
| commit | 7c29f33852a6feb8f469a75f3e0ec8dc6ba97e1b (patch) | |
| tree | 1fe510d444a147a42f1670235a6fc5f07aceb91f /src/vdr-plugin | |
| parent | 5c52f40217d467beec4b2d891c08194593bd9489 (diff) | |
| download | vdr-plugin-webvideo-7c29f33852a6feb8f469a75f3e0ec8dc6ba97e1b.tar.gz vdr-plugin-webvideo-7c29f33852a6feb8f469a75f3e0ec8dc6ba97e1b.tar.bz2 | |
Bump version
Diffstat (limited to 'src/vdr-plugin')
| -rw-r--r-- | src/vdr-plugin/webvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c index 5758b9b..4f3cf68 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.9"; +const char *VERSION = "0.5.0"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; |
