From e46c5292b9891bce20ff9ff3989b381565b19bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Mon, 3 Jun 2013 18:43:00 +0200 Subject: [PATCH] New dev version : 0.5 --- ChangeLog | 2 ++ src/controller/KissCount.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efb3cdf..462957c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +v0.5 (03/06/2013) + v0.4 (26/02/2013) ** User ** Add icons for low resolution screens diff --git a/src/controller/KissCount.hpp b/src/controller/KissCount.hpp index 74fe6b2..304407a 100644 --- a/src/controller/KissCount.hpp +++ b/src/controller/KissCount.hpp @@ -30,7 +30,7 @@ #include -#define APP_VERSION "0.4" +#define APP_VERSION "0.5" #define ESCAPE_CHARS(s) s = s.replace("\"", " "); // #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");