summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--tvscraper.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 538c4a0..7ef52d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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";