diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-05-25 20:35:17 +0200 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-05-25 20:37:32 +0200 |
commit | 0d56451f7055a962ed942f98e22113369e5c9fac (patch) | |
tree | 02ddb5d2b84e04bbec4ee245f03285b10d7020a2 /osdteletext.c | |
parent | 177dac5e65888ea623356bf558829209656547c6 (diff) | |
download | vdr-plugin-osdteletext-0d56451f7055a962ed942f98e22113369e5c9fac.tar.gz vdr-plugin-osdteletext-0d56451f7055a962ed942f98e22113369e5c9fac.tar.bz2 |
New release version 0.8.2v0.8.2
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 b0b0451..bfcf72b 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.1"; +static const char *VERSION = "0.8.2"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |