diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:56:06 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:56:06 +0100 |
commit | 00bd2927feef683ce1630c0614fbe91cd0ea4e93 (patch) | |
tree | 8b2f0243df784a99618ab0b60fc5745c24c85219 /ttxtsubs.c | |
parent | 18dbe92306e0c9e1b1513e4cfae603369fbacd80 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.4.tar.gz vdr-plugin-ttxtsubs-0.0.4.tar.bz2 |
- Releasev0.0.4
Diffstat (limited to 'ttxtsubs.c')
-rw-r--r-- | ttxtsubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: ttxtsubs.c,v 1.19 2003/07/16 04:15:08 ragge Exp $ + * $Id: ttxtsubs.c,v 1.20 2003/07/19 02:03:15 ragge Exp $ */ #include <vdr/plugin.h> @@ -18,7 +18,7 @@ #include "siinfo.h" #include "ttxtsubs.h" -static const char *VERSION = "0.0.3d"; +static const char *VERSION = "0.0.4"; static const char *DESCRIPTION = "Teletext subtitles"; //static const char *MAINMENUENTRY = "Ttxtsubs"; |