diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2012-11-05 07:15:28 +0100 |
---|---|---|
committer | Martin Dummer <martin.dummer@gmx.net> | 2012-11-05 07:15:28 +0100 |
commit | 307af401d5786ca55ad8514356c7e4e67c9bc33c (patch) | |
tree | 3c28106aac554ace56467584ba68276a007461bf | |
parent | 401de8356a74d03d13f57262db18555c03a1cba8 (diff) | |
download | vdr-plugin-infosatepg-master.tar.gz vdr-plugin-infosatepg-master.tar.bz2 |
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | infosatepg.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'infosatepg' Revision History ---------------------------------------- -2012-10-07: UNRELEASED +2012-10-07: Version 0.0.12 - Added support for VDR >= 1.7.26 provided by debian patch, thx to Tobias Grimm <etobi@debian.org> diff --git a/infosatepg.h b/infosatepg.h index ae6b0c0..d458ac0 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -13,7 +13,7 @@ #include "status.h" #include "process.h" -static const char *VERSION = "0.0.11"; +static const char *VERSION = "0.0.12"; static const char *DESCRIPTION = trNOOP("Read EPG info from infosat"); class cPluginInfosatepg : public cPlugin { |