diff options
author | louis <louis.braun@gmx.de> | 2013-09-16 16:48:30 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-09-16 16:48:30 +0200 |
commit | 1d163810d6b2580cc970e0b84039f6aa05cc3a8c (patch) | |
tree | c58bcfb91a0dda09651560eaa536b5f44cb9615f | |
parent | 990d564ea04636430de588886a9a2f411cb625d5 (diff) | |
download | vdr-plugin-tvscraper-1d163810d6b2580cc970e0b84039f6aa05cc3a8c.tar.gz vdr-plugin-tvscraper-1d163810d6b2580cc970e0b84039f6aa05cc3a8c.tar.bz2 |
Version 0.1.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | tvscraper.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -39,3 +39,5 @@ Version 0.0.5 "conf/override.conf" in source tree for explanation. - Fixed a crash if a recording without EPG is running - Fixed a crash if internet connection is not available + +Version 0.1.0 diff --git a/tvscraper.c b/tvscraper.c index c2e9a32..2406f4f 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.5"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "Scraping movie and series info"; static const char *MAINMENUENTRY = "TV Scraper"; |