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 | |
parent | 177dac5e65888ea623356bf558829209656547c6 (diff) | |
download | vdr-plugin-osdteletext-0.8.2.tar.gz vdr-plugin-osdteletext-0.8.2.tar.bz2 |
New release version 0.8.2v0.8.2
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | osdteletext.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- -2009-xx-xx: version 0.x.x +2009-05-25: version 0.8.2 - More refactoring of the TxtStatus class (Thx to Sören Moch!) - Install plug-in to lib dir with --remove-destination as suggested by Christian Wieninger (Closes #57) 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"); |