diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-07-12 10:33:39 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-07-12 10:33:39 +0300 |
| commit | f5c9fd8b9bcb0b3077ef0fbaed5f78336acf1204 (patch) | |
| tree | 6bb71543f0c5904abcec0755a32d9a955cbd4a84 /src/vdr-plugin | |
| parent | 98bbd2bf7f7a33c9480a982bfe8bb8ab81a110f0 (diff) | |
| download | vdr-plugin-webvideo-f5c9fd8b9bcb0b3077ef0fbaed5f78336acf1204.tar.gz vdr-plugin-webvideo-f5c9fd8b9bcb0b3077ef0fbaed5f78336acf1204.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 2daf642..0a8e5b5 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.2"; +const char *VERSION = "0.4.3"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; |
