diff options
author | etobi <git@e-tobi.net> | 2015-02-13 18:41:00 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2015-02-13 18:41:00 +0100 |
commit | c8873c8852e251e3a48c5e1c8dd179f6cd8ec133 (patch) | |
tree | 8198b24a7579f0239bf69580b800eb1b4b61a56d /osdteletext.c | |
parent | eddc269e14ee1f422072a84413d689a9d7fd0573 (diff) | |
download | vdr-plugin-osdteletext-0.9.5.tar.gz vdr-plugin-osdteletext-0.9.5.tar.bz2 |
Prepared new release 0.9.5v0.9.5
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 2720ca1..2cd772a 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 = "0.9.4"; +static const char *VERSION = "0.9.5"; static const char *DESCRIPTION = trNOOP("Displays teletext on the OSD"); static const char *MAINMENUENTRY = trNOOP("Teletext"); |