diff options
author | louis <louis.braun@gmx.de> | 2013-08-24 08:59:35 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-08-24 08:59:35 +0200 |
commit | 385c79fe5da758519ee134ca3cd4f08ff582f89b (patch) | |
tree | 0e2485c21e5f3fa897b4df3dfc08c99d36917a79 | |
parent | 1eb108f57c9aaa3e49a07c40625e0467279323ce (diff) | |
download | vdr-plugin-tvscraper-385c79fe5da758519ee134ca3cd4f08ff582f89b.tar.gz vdr-plugin-tvscraper-385c79fe5da758519ee134ca3cd4f08ff582f89b.tar.bz2 |
Version 0.0.2
-rw-r--r-- | tvscraper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvscraper.c b/tvscraper.c index 616af73..ae6e43a 100644 --- a/tvscraper.c +++ b/tvscraper.c @@ -27,7 +27,7 @@ cTVScraperConfig config; #include "imageserver.c" #include "setup.c" -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = "Scraping movie and series info"; static const char *MAINMENUENTRY = "TV Scraper"; |