diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-10 22:29:52 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-10 22:29:52 +0100 |
commit | 32263aa1ede9764e3e2e5423ab283889c49f9710 (patch) | |
tree | a26b066e21e2a52ce0d9f95877fc2014cca62cc2 /osdteletext.c | |
parent | 9c37e5abdb294d17fb6e7a340719c817d667da9e (diff) | |
download | vdr-plugin-osdteletext-0.8.0.tar.gz vdr-plugin-osdteletext-0.8.0.tar.bz2 |
Release v0.8.0v0.8.0release/v0.8.0
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 7f9d4ac..9a40d21 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.7.0"; +static const char *VERSION = "0.8.0"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |