diff options
author | Udo Richter <udo_richter@gmx.de> | 2012-04-03 20:34:53 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2012-04-03 20:38:51 +0200 |
commit | b38af9121cc2c288473ba4239585cefb5f9b0f93 (patch) | |
tree | bf9e15073c1c985a861cd088c41c3f4a6e886124 /osdteletext.c | |
parent | c9644bfd0541ba5835cac32eb2915dddaa5aea10 (diff) | |
download | vdr-plugin-osdteletext-b38af9121cc2c288473ba4239585cefb5f9b0f93.tar.gz vdr-plugin-osdteletext-b38af9121cc2c288473ba4239585cefb5f9b0f93.tar.bz2 |
Adding VDR 1.7.27 compatibility
(Closes #918, Credit goes to nox and gda from vdrportal.de)
Diffstat (limited to 'osdteletext.c')
-rw-r--r-- | osdteletext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdteletext.c b/osdteletext.c index 7845c39..c6cd090 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -25,7 +25,7 @@ using namespace std; #error "VDR-1.6.0 API version or greater is required!" #endif -static const char *VERSION = "0.9.2"; +static const char *VERSION = "0.9.3"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |