diff options
author | louis <louis.braun@gmx.de> | 2015-01-15 14:07:22 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-15 14:07:22 +0100 |
commit | 5703aee57bf92781d4669bca6f7bde54ead281f6 (patch) | |
tree | c34c5536a202c484fccc5cab27618fed79f99f3c | |
parent | 9923616f262eba9a307933c2769f24cb2d1ac12e (diff) | |
download | vdr-plugin-skindesigner-0.1.3.tar.gz vdr-plugin-skindesigner-0.1.3.tar.bz2 |
Version 0.1.30.1.3
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -145,3 +145,8 @@ Version 0.1.2 - fixed again display of channel in schedules header - added now and next in blackhole channels menu - fixed bug that epg quicksearch menu was not displayed properly +- added weatherforecast templates +- some fixes for plugins which use skindesigner template interface + +Version 0.1.3 +
\ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index 90739a5..ea774d3 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.1.2"; +static const char *VERSION = "0.1.3"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |