summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:33:37 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:33:37 +0100
commitd9e12ebd8889d55588d8f14856992b0c420dd28b (patch)
treeab96e2508dd4bd4c115e62979cecad774f0e57dd
parentfa04d4b0ec432c4115eb52c3ec848e3e9f7b515e (diff)
downloadvdr-plugin-ttxtsubs-d9e12ebd8889d55588d8f14856992b0c420dd28b.tar.gz
vdr-plugin-ttxtsubs-d9e12ebd8889d55588d8f14856992b0c420dd28b.tar.bz2
bumped version number to 0.0.6
-rw-r--r--ttxtsubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttxtsubs.c b/ttxtsubs.c
index aafccfb..950236b 100644
--- a/ttxtsubs.c
+++ b/ttxtsubs.c
@@ -47,7 +47,7 @@
#define trVDR(s) tr(s)
#endif
-static const char *VERSION = "0.0.5-RRE";
+static const char *VERSION = "0.0.6";
static const char *DESCRIPTION = trNOOP("Teletext subtitles");
cTtxtsubsConf globals;