diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-10 23:23:48 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-10 23:25:23 +0100 |
commit | 1c9cc771d36bf41991f253b03eb8879d90e258da (patch) | |
tree | 4ed40c0bbd4896996fe1b528e8153e51aa795aa6 /osdteletext.c | |
parent | 32263aa1ede9764e3e2e5423ab283889c49f9710 (diff) | |
download | vdr-plugin-osdteletext-1c9cc771d36bf41991f253b03eb8879d90e258da.tar.gz vdr-plugin-osdteletext-1c9cc771d36bf41991f253b03eb8879d90e258da.tar.bz2 |
Small bugfix in channel switching code and new minor releasev0.8.1release/v0.8.1
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 9a40d21..b0b0451 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.0"; +static const char *VERSION = "0.8.1"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |