diff options
author | Sascha Volkenandt <sascha@akv-soft.de> | 2005-02-03 19:50:00 +0100 |
---|---|---|
committer | Sascha Volkenandt <sascha@akv-soft.de> | 2005-02-03 19:50:00 +0100 |
commit | f4460a2d3b0123c25b398b3c0168604bae2d15ba (patch) | |
tree | 7fab81b04f061bbc044d9b1d09f7c1fc4f625c31 /osdpip.c | |
parent | a32763d16f82ef6055430d69100784522b631bd6 (diff) | |
download | vdr-plugin-osdpip-f4460a2d3b0123c25b398b3c0168604bae2d15ba.tar.gz vdr-plugin-osdpip-f4460a2d3b0123c25b398b3c0168604bae2d15ba.tar.bz2 |
Release version 0.0.7.2v0.0.7.2
- adapted to VDR 1.3.19+ (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.7.1"; +static const char *VERSION = "0.0.7.2"; static const char *DESCRIPTION = "OSD Picture-in-Picture"; static const char *MAINMENUENTRY = "Picture-in-Picture"; |