diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-04 18:30:02 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-04 18:30:02 +0100 |
commit | 73edbae5f13a5eac5cd680ec3c26e96d7ff66a57 (patch) | |
tree | e7cdcdba321a4fa7b00d39afb3b06e35156a7c0d | |
parent | 98201a101c54081eea25d2dcc66b0644b7bc8f5d (diff) | |
download | vdr-plugin-ttxtsubs-0.0.8.tar.gz vdr-plugin-ttxtsubs-0.0.8.tar.bz2 |
New release 0.0.8v0.0.8release/v0.0.8
-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; |