Update version for dev

This commit is contained in:
Grégory Soutadé 2018-05-07 16:17:21 +02:00
parent b36655cb26
commit 1628b29a35
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <view/wxUI.hpp>
#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("\'", "\\\'");