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/vdr-plugin | |
| parent | bd0002f34e881de66a34ba0b504519a953f25b80 (diff) | |
| download | vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.tar.gz vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.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 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; |
