diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | ttxtsubs.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'ttxtsubs' Revision History -------------------------------------- -2008-xx.xx: Version 0.x.x +2009-01-04: Version 0.0.8 - Updated Italien translation provided by Diego Pierotto - Updated Russian translation provided by Oleg Roitburd (Closes #47) - Fixed displaying of multiple rows when antialiasing is enabled by aquiring a @@ -50,7 +50,7 @@ #error "This version of ttxtsubs only works with vdr version >= 1.6.0!" #endif -static const char *VERSION = "0.0.7"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |