summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;