From da25976325f4797da06b350685ee93fed07c4f97 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 29 Nov 2014 11:56:49 +0100 Subject: [PATCH] Version 0.0.7 --- HISTORY | 3 +++ skindesigner.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index e964c7a..baf0617 100644 --- a/HISTORY +++ b/HISTORY @@ -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";