From 1628b29a3550a88789949e269a000f6f6d2f9a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Mon, 7 May 2018 16:17:21 +0200 Subject: [PATCH] Update version for dev --- src/controller/KissCount.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/KissCount.hpp b/src/controller/KissCount.hpp index 7a3c4fe..f4fc800 100644 --- a/src/controller/KissCount.hpp +++ b/src/controller/KissCount.hpp @@ -30,7 +30,7 @@ #include -#define APP_VERSION "0.7" +#define APP_VERSION "0.8" #define ESCAPE_CHARS(s) s = s.replace("\"", " "); // #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");