From 0d56451f7055a962ed942f98e22113369e5c9fac Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Mon, 25 May 2009 20:35:17 +0200 Subject: New release version 0.8.2 --- HISTORY | 2 +- osdteletext.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index f961911..727652c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- -2009-xx-xx: version 0.x.x +2009-05-25: version 0.8.2 - More refactoring of the TxtStatus class (Thx to Sören Moch!) - Install plug-in to lib dir with --remove-destination as suggested by Christian Wieninger (Closes #57) diff --git a/osdteletext.c b/osdteletext.c index b0b0451..bfcf72b 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -25,7 +25,7 @@ using namespace std; #error "VDR-1.6.0 API version or greater is required!" #endif -static const char *VERSION = "0.8.1"; +static const char *VERSION = "0.8.2"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3