diff options
-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"; |