Version 0.1.3

This commit is contained in:
louis 2014-05-14 07:12:33 +02:00
parent 9691a7042c
commit e5d994a044
2 changed files with 5 additions and 1 deletions

View File

@ -25,3 +25,7 @@ Version 0.1.2
- added path detection for libmysql - added path detection for libmysql
- fixed epgd state detection - fixed epgd state detection
- added cppcheck to Makefile - added cppcheck to Makefile
Version 0.1.3
- fixed a bug that series meta data is not loaded completely
- fixed crash during shutdown of plugin

View File

@ -13,7 +13,7 @@
//*************************************************************************** //***************************************************************************
// Constants // Constants
//*************************************************************************** //***************************************************************************
static const char *VERSION = "0.1.2"; static const char *VERSION = "0.1.3";
static const char *DESCRIPTION = "'scraper2vdr' plugin"; static const char *DESCRIPTION = "'scraper2vdr' plugin";
static const char *MAINMENUENTRY = "Scraper2Vdr"; static const char *MAINMENUENTRY = "Scraper2Vdr";