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/vdr-plugin | |
| parent | 2404dfacec80307be5e68a3d970e37e4c7d7daf8 (diff) | |
| download | vdr-plugin-webvideo-41c82dd2513333d6eb646f1e9278b69fb03f6bbc.tar.gz vdr-plugin-webvideo-41c82dd2513333d6eb646f1e9278b69fb03f6bbc.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 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; |
