diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-16 13:35:50 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-16 13:35:50 +0100 |
commit | 9e2311c70bbc59bb645f7c6c32788035a3a3601b (patch) | |
tree | 34480d1565dde7c398aedfaa85235f4492f64c16 /infosatepg.h | |
parent | 87447b03d3227941174c6b0a413b0266d958f3c7 (diff) | |
download | vdr-plugin-infosatepg-9e2311c70bbc59bb645f7c6c32788035a3a3601b.tar.gz vdr-plugin-infosatepg-9e2311c70bbc59bb645f7c6c32788035a3a3601b.tar.bz2 |
New version 0.0.8
Fixed wakeuptime-handling bug
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 eb383f2..e2a7211 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -12,7 +12,7 @@ #include "global.h" #include "status.h" -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = trNOOP("Read EPG info from infosat"); class cPluginInfosatepg : public cPlugin { |