diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -97,3 +97,6 @@ Version 0.0.6 - added compatibility to librsvg >= 2.36.1 - added onpause and onpausemodeonly in displayreplay - added {channellogoexists} Token everywhere where {channelid} is available + +Version 0.0.7 + diff --git a/skindesigner.c b/skindesigner.c index 7bec722..f89c6dd 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.7"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |