diff options
author | Jochen Dolze <vdr@dolze.de> | 2008-12-21 23:38:29 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2008-12-21 23:38:29 +0100 |
commit | c0be4f653bd22b9ea3878a805ea97429a6a6d9f9 (patch) | |
tree | 0fb473c6cdad4ebd297ad8485c950488bd0b19cb /infosatepg.h | |
parent | e90b76362c281f3d55db5260076a1ca25254b3a1 (diff) | |
download | vdr-plugin-infosatepg-c0be4f653bd22b9ea3878a805ea97429a6a6d9f9.tar.gz vdr-plugin-infosatepg-c0be4f653bd22b9ea3878a805ea97429a6a6d9f9.tar.bz2 |
Smaller bugfixes
Diffstat (limited to 'infosatepg.h')
-rw-r--r-- | infosatepg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infosatepg.h b/infosatepg.h index 1f6c22c..6a88e48 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -12,7 +12,7 @@ #include "global.h" #include "status.h" -static const char *VERSION = "0.0.5"; +static const char *VERSION = "0.0.6"; static const char *DESCRIPTION = trNOOP("Read EPG info from infosat"); class cPluginInfosatepg : public cPlugin { |