diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-06 10:43:09 +0200 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-06 10:43:09 +0200 |
| commit | 34263dbefe5482fd90cee66bbc38d75541dbe87d (patch) | |
| tree | f0c8f1b5faa2e659ccadf38348c0fd6692a74574 /src/vdr-plugin | |
| parent | 07c8a157c31ed5221b4fd325058eb1d3fa579c33 (diff) | |
| download | vdr-plugin-webvideo-34263dbefe5482fd90cee66bbc38d75541dbe87d.tar.gz vdr-plugin-webvideo-34263dbefe5482fd90cee66bbc38d75541dbe87d.tar.bz2 | |
upgrade version to 0.3.3
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 708569d..90e018a 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.3.2"; +const char *VERSION = "0.3.3"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; |
