From 32263aa1ede9764e3e2e5423ab283889c49f9710 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 10 Jan 2009 22:29:52 +0100 Subject: Release v0.8.0 --- HISTORY | 2 +- osdteletext.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index f76c979..6adc754 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ VDR Plugin 'osdteletext' Revision History ----------------------------------------- -2008-??-??: version 0.?.? +2009-01-10: version 0.8.0 - Added Portuguese translation provided by Chris Silva - Updated Italian translation by Davide Cavalca - Removed the "OSD" from the main menu entry as suggested by Davide Cavalca diff --git a/osdteletext.c b/osdteletext.c index 7f9d4ac..9a40d21 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.7.0"; +static const char *VERSION = "0.8.0"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); -- cgit v1.2.3