From 0fe395d3dff173fd78871bcd50e0e2f92baf56b5 Mon Sep 17 00:00:00 2001 From: etobi Date: Sun, 10 Mar 2013 17:21:22 +0100 Subject: Prepare release 0.9.4 --- HISTORY | 2 +- osdteletext.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index adeb06f..9f61a0a 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- -2013-xx-xx: version 1.0.0 +2013-03-10: version 0.9.4 - Allow to override the CXXFLAGS - Fixed CZ font and added CZ-SK subset - patch provided Marek Hajduk (Closes #1134) diff --git a/osdteletext.c b/osdteletext.c index f03ef54..208d049 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -27,7 +27,7 @@ using namespace std; #error "VDR-1.7.39 API version or greater is required!" #endif -static const char *VERSION = "1.0.0"; +static const char *VERSION = "0.9.4"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3