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 ----------------------------------------- -2010-11-xx: version 0.9.1 +2011-08-20: version 0.9.1 - Updated Italian translation provided by Diego Pierotto (Closes #450) - Added Slovak translation provided by Milan Hrala (Closes #558) diff --git a/osdteletext.c b/osdteletext.c index 642b9eb..0b3f075 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.9.0"; +static const char *VERSION = "0.9.1"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |