diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-03 10:56:14 +0200 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-03 10:56:14 +0200 |
commit | 5c9be00fb7a44861224e80ecf1ed4005236cc7c9 (patch) | |
tree | 93b635626d617f062828a810526f89786d7ef4a6 /ttxtsubs.c | |
parent | 6e1e43b735004cd0501f4a92fd7db5d3d8790c55 (diff) | |
download | vdr-plugin-ttxtsubs-5c9be00fb7a44861224e80ecf1ed4005236cc7c9.tar.gz vdr-plugin-ttxtsubs-5c9be00fb7a44861224e80ecf1ed4005236cc7c9.tar.bz2 |
new release 0.0.9v0.0.9release/v0.0.9
Diffstat (limited to 'ttxtsubs.c')
-rw-r--r-- | ttxtsubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ #error "This version of ttxtsubs only works with vdr version >= 1.6.0!" #endif -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.0.9"; static const char *DESCRIPTION = trNOOP("Teletext subtitles"); cTtxtsubsConf globals; |