diff options
author | etobi <git@e-tobi.net> | 2011-08-20 16:38:21 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-08-20 16:55:44 +0200 |
commit | 39e2d37e94425f40af5656bbbbd5d2ea44ee081e (patch) | |
tree | e03742f3b29eb20189072d28cb9474f6e2491d6b | |
parent | 21d7d7f364376037c3d115fe8c4dc9fc924bccd7 (diff) | |
download | vdr-plugin-osdteletext-0.9.1.tar.gz vdr-plugin-osdteletext-0.9.1.tar.bz2 |
New release version 0.9.1v0.9.1
-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"); |