diff options
author | louis <louis.braun@gmx.de> | 2015-01-18 12:06:02 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-18 12:06:02 +0100 |
commit | 4792fe4d4c0730e378f12a4440bc0fef80bb615d (patch) | |
tree | a3221f7fffa7452ef9b166423a75022dab17c768 | |
parent | 5801b4bab24421f516858bec1721db26e3720d49 (diff) | |
download | vdr-plugin-skindesigner-0.1.4.tar.gz vdr-plugin-skindesigner-0.1.4.tar.bz2 |
Version 0.1.40.1.4
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -151,4 +151,6 @@ Version 0.1.2 Version 0.1.3 - added {epgname} token for recordings in currentview and detailedview. -- fixed crash when start recording with extrecmenu or remotetimers
\ No newline at end of file +- fixed crash when start recording with extrecmenu or remotetimers + +Version 0.1.4
\ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index ea774d3..3b10108 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.1.3"; +static const char *VERSION = "0.1.4"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |