diff options
Diffstat (limited to 'scraper2vdr.h')
-rw-r--r-- | scraper2vdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scraper2vdr.h b/scraper2vdr.h index b955a59..874b8a0 100644 --- a/scraper2vdr.h +++ b/scraper2vdr.h @@ -13,7 +13,7 @@ //***************************************************************************
// Constants
//***************************************************************************
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = "'scraper2vdr' plugin";
static const char *MAINMENUENTRY = "Scraper2Vdr";
@@ -54,4 +54,4 @@ public: };
//***************************************************************************
-#endif // __SCRAPER2VDR_H
\ No newline at end of file +#endif // __SCRAPER2VDR_H
|