diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-06-02 22:35:37 +0200 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-06-02 22:35:37 +0200 |
commit | 1e8b8d574dd0e4c2f6c09e019063d0724765ff43 (patch) | |
tree | 6ed9b3fdba424f97112142d6a3e599ccefb8fa19 | |
parent | f54d5cc3d058be65bf4c59262fbe6cb78d446aee (diff) | |
download | vdr-plugin-osdteletext-0.8.3.tar.gz vdr-plugin-osdteletext-0.8.3.tar.bz2 |
New release 0.8.3v0.8.3
-rw-r--r-- | osdteletext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdteletext.c b/osdteletext.c index bfcf72b..cc69bde 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.8.2"; +static const char *VERSION = "0.8.3"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |