diff options
author | Mitchm <Mitchm at vdrportal.de> | 2010-01-15 20:03:00 +0100 |
---|---|---|
committer | Mitchm <Mitchm at vdrportal.de> | 2010-01-15 20:03:00 +0100 |
commit | 5fa74fe306770d90ce3b7e52a0c420397d4c9c83 (patch) | |
tree | 8131bacf7b93b90642f55a4369f1ce0787617030 /osdpip.c | |
parent | 15f8e9b463ac432693b114c9b9f40a2155ae9dfb (diff) | |
download | vdr-plugin-osdpip-5fa74fe306770d90ce3b7e52a0c420397d4c9c83.tar.gz vdr-plugin-osdpip-5fa74fe306770d90ce3b7e52a0c420397d4c9c83.tar.bz2 |
Release version 0.0.10av0.0.10a
- added support for VDR 1.7.x
- added PIP while replaying
- added italian translations (thanks to Diego Pierotto)
Diffstat (limited to 'osdpip.c')
-rw-r--r-- | osdpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ #include <vdr/plugin.h> -static const char *VERSION = "0.0.10"; +static const char *VERSION = "0.0.10a"; static const char *DESCRIPTION = trNOOP("OSD Picture-in-Picture"); static const char *MAINMENUENTRY = trNOOP("Picture-in-Picture"); |