diff options
author | Tobias Grimm <git@e-tobi.net> | 2010-02-28 13:55:19 +0100 |
---|---|---|
committer | Tobias Grimm <git@e-tobi.net> | 2010-02-28 13:55:19 +0100 |
commit | 09733c063487d0af82bfcc14b69aa2a80d3dd504 (patch) | |
tree | f574d4b5c028e521b026855a045c7faa00ec5587 | |
parent | c060c08f03923d2677cc83c30e6f2de3eb948457 (diff) | |
download | vdr-plugin-ttxtsubs-09733c063487d0af82bfcc14b69aa2a80d3dd504.tar.gz vdr-plugin-ttxtsubs-09733c063487d0af82bfcc14b69aa2a80d3dd504.tar.bz2 |
Next release is 0.2.1
-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.2.0"; +static const char *VERSION = "0.2.1"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |