diff options
author | louis <louis.braun@gmx.de> | 2013-09-02 14:28:42 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-02 14:28:42 +0200 |
commit | 1e4b3775414a24be3bfb0f9c39a147857f707645 (patch) | |
tree | 3f15484d3270a3676df04301e5ec3beda7df9084 | |
parent | ef892c7fd1c07d6f8a9d44330de2e989b24e7407 (diff) | |
download | vdr-plugin-tvscraper-1e4b3775414a24be3bfb0f9c39a147857f707645.tar.gz vdr-plugin-tvscraper-1e4b3775414a24be3bfb0f9c39a147857f707645.tar.bz2 |
Version 0.0.5
-rw-r--r-- | tvscraper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvscraper.c b/tvscraper.c index 71e5859..c2e9a32 100644 --- a/tvscraper.c +++ b/tvscraper.c @@ -29,7 +29,7 @@ cTVScraperConfig config; #include "imageserver.c" #include "setup.c" -static const char *VERSION = "0.0.4"; +static const char *VERSION = "0.0.5"; static const char *DESCRIPTION = "Scraping movie and series info"; static const char *MAINMENUENTRY = "TV Scraper"; |