diff options
author | Tobias Grimm <git@e-tobi.net> | 2010-05-08 11:28:14 +0200 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2010-05-08 11:28:14 +0200 |
commit | aa3acaf9bc1654a04fb873f60cf589a7ee6b8ce2 (patch) | |
tree | 7fa04dacd138eb3d21b3625bac1c4c8b32740162 /ttxtsubs.c | |
parent | 805ae2d89201e84a2aba18a8e49fb704087ba5cc (diff) | |
download | vdr-plugin-ttxtsubs-release/v0.2.2.tar.gz vdr-plugin-ttxtsubs-release/v0.2.2.tar.bz2 |
Prepared new release 0.2.2v0.2.2release/v0.2.2
Diffstat (limited to 'ttxtsubs.c')
-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.1"; +static const char *VERSION = "0.2.2"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |