diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2012-09-30 20:51:24 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-09-30 20:51:24 +0300 |
| commit | 8e65df4231120b553491795645959eaa409e13df (patch) | |
| tree | 5fcb80bd22e0bf1d88b25c06a54adb82d6dcfc79 /src/vdr-plugin | |
| parent | e47f1de6430c1bc84d45b699724a7fc4074e176f (diff) | |
| download | vdr-plugin-webvideo-8e65df4231120b553491795645959eaa409e13df.tar.gz vdr-plugin-webvideo-8e65df4231120b553491795645959eaa409e13df.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 d18e347..10106b4 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.8"; +const char *VERSION = "0.4.9"; static const char *DESCRIPTION = trNOOP("Download video files from the web"); static const char *MAINMENUENTRY = "Webvideo"; cMimeTypes *MimeTypes = NULL; |
