diff options
-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"); |