diff options
author | Tobias Grimm <git@e-tobi.net> | 2010-02-27 11:08:19 +0100 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2010-02-27 11:08:19 +0100 |
commit | 06478567a9be14370654f46cedecaa1a51eb0edc (patch) | |
tree | c25aa9acef7fcf0c43df7ff5d904d431cd6d9c08 | |
parent | 3b38fbcef1b6edaa2b45ca492f4b60f4f5471d3a (diff) | |
download | vdr-plugin-ttxtsubs-06478567a9be14370654f46cedecaa1a51eb0edc.tar.gz vdr-plugin-ttxtsubs-06478567a9be14370654f46cedecaa1a51eb0edc.tar.bz2 |
New version 0.2.0
-rw-r--r-- | ttxtsubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |