diff options
Diffstat (limited to 'osdteletext.c')
-rw-r--r-- | osdteletext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdteletext.c b/osdteletext.c index a436c42..fadc759 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -30,7 +30,7 @@ using namespace std; #define NUMELEMENTS(x) (sizeof(x) / sizeof(x[0])) -static const char *VERSION = "0.9.6"; +static const char *VERSION = "0.9.7"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |