diff options
author | Sascha Volkenandt <sascha@akv-soft.de> | 2004-10-26 17:53:00 +0200 |
---|---|---|
committer | Sascha Volkenandt <sascha@akv-soft.de> | 2004-10-26 17:53:00 +0200 |
commit | 2e4f67e1a49a479db365bfb44fbc1aeac80d518a (patch) | |
tree | 5d2f02073a9c901c51c5c62e6e9d5be542f0e62d /osdpip.c | |
parent | c024446839241af2fa7d618ce49cc8c1e5693f7f (diff) | |
download | vdr-plugin-osdpip-2e4f67e1a49a479db365bfb44fbc1aeac80d518a.tar.gz vdr-plugin-osdpip-2e4f67e1a49a479db365bfb44fbc1aeac80d518a.tar.bz2 |
Release version 0.0.7v0.0.7
- adapted to VDR 1.3.13+ (should work with older versions, too)
Diffstat (limited to 'osdpip.c')
-rw-r--r-- | osdpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ extern "C" #include <vdr/plugin.h> -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.7"; static const char *DESCRIPTION = "OSD Picture-in-Picture"; static const char *MAINMENUENTRY = "Picture-in-Picture"; |