summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <git@e-tobi.net>2010-02-27 11:08:19 +0100
committerTobias Grimm <git@e-tobi.net>2010-02-27 11:08:19 +0100
commit06478567a9be14370654f46cedecaa1a51eb0edc (patch)
treec25aa9acef7fcf0c43df7ff5d904d431cd6d9c08
parent3b38fbcef1b6edaa2b45ca492f4b60f4f5471d3a (diff)
downloadvdr-plugin-ttxtsubs-06478567a9be14370654f46cedecaa1a51eb0edc.tar.gz
vdr-plugin-ttxtsubs-06478567a9be14370654f46cedecaa1a51eb0edc.tar.bz2
New version 0.2.0
-rw-r--r--ttxtsubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttxtsubs.c b/ttxtsubs.c
index f566292..2b428f4 100644
--- a/ttxtsubs.c
+++ b/ttxtsubs.c
@@ -52,7 +52,7 @@
#error "This version of ttxtsubs requires the ttxtsubs patch version 2 to be applied to VDR!!"
#endif
-static const char *VERSION = "0.1.0";
+static const char *VERSION = "0.2.0";
static const char *DESCRIPTION = trNOOP("Teletext subtitles");
cTtxtsubsConf globals;