diff options
author | Tobias Grimm <git@e-tobi.net> | 2011-08-21 14:42:32 +0200 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2011-08-21 14:42:32 +0200 |
commit | 8b674ddb04a835b23985a0362327afccb5bff509 (patch) | |
tree | 5777888a6bf7f676ec2f3510a5d92897cfa031ea | |
parent | 04616e5fb5944c83d559217d897e5fef8d75e614 (diff) | |
download | vdr-plugin-ttxtsubs-0.2.3.tar.gz vdr-plugin-ttxtsubs-0.2.3.tar.bz2 |
New release 0.2.3v0.2.3release/v0.2.3
-rw-r--r-- | ttxtsubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ #error "This version of ttxtsubs requires the ttxtsubs patch version 2 to be applied to VDR!!" #endif -static const char *VERSION = "0.2.2"; +static const char *VERSION = "0.2.3"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |