diff options
author | etobi <git@e-tobi.net> | 2012-03-25 13:09:40 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2012-03-25 13:17:17 +0200 |
commit | c9644bfd0541ba5835cac32eb2915dddaa5aea10 (patch) | |
tree | 62db92eefb5e93740a1e5c8381f02e75c6f2e733 /osdteletext.c | |
parent | d962d161677aafd49b08ede02efd459c09a6bc2a (diff) | |
download | vdr-plugin-osdteletext-0.9.2.tar.gz vdr-plugin-osdteletext-0.9.2.tar.bz2 |
Updated HISTORY and prepared release 0.9.2v0.9.2
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 65620c5..7845c39 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.9.0"; +static const char *VERSION = "0.9.2"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |