diff options
Diffstat (limited to 'scraper2vdr.h')
-rw-r--r-- | scraper2vdr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scraper2vdr.h b/scraper2vdr.h index ee76178..907a30f 100644 --- a/scraper2vdr.h +++ b/scraper2vdr.h @@ -14,6 +14,8 @@ // Constants //*************************************************************************** static const char *VERSION = "0.1.3"; +static const char *VERSION_DATE = "14.05.2014"; +#define DB_API 4 static const char *DESCRIPTION = "'scraper2vdr' plugin"; static const char *MAINMENUENTRY = "Scraper2Vdr"; @@ -34,6 +36,7 @@ public: cPluginScraper2vdr(void); virtual ~cPluginScraper2vdr(); virtual const char *Version(void) { return VERSION; } + virtual const char *VersionDate(void) { return VERSION_DATE; } virtual const char *Description(void) { return DESCRIPTION; } virtual const char *CommandLineHelp(void); virtual bool ProcessArgs(int argc, char *argv[]); |