summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-01-04 18:30:02 +0100
committerTobias Grimm <tobias@e-tobi.loc>2009-01-04 18:30:02 +0100
commit73edbae5f13a5eac5cd680ec3c26e96d7ff66a57 (patch)
treee7cdcdba321a4fa7b00d39afb3b06e35156a7c0d
parent98201a101c54081eea25d2dcc66b0644b7bc8f5d (diff)
downloadvdr-plugin-ttxtsubs-release/v0.0.8.tar.gz
vdr-plugin-ttxtsubs-release/v0.0.8.tar.bz2
New release 0.0.8v0.0.8release/v0.0.8
-rw-r--r--HISTORY2
-rw-r--r--ttxtsubs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 8c2371f..df3f676 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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
diff --git a/ttxtsubs.c b/ttxtsubs.c
index c31ca40..be2d168 100644
--- a/ttxtsubs.c
+++ b/ttxtsubs.c
@@ -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;