Change version from 0.3 to 0.4

This commit is contained in:
2012-06-11 18:31:02 +02:00
parent 5d37b41042
commit 44636c5882
4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
#include <view/wxUI.hpp>
#define APP_VERSION "0.3"
#define APP_VERSION "0.4"
#define ESCAPE_CHARS(s) s = s.replace("\"", " ");
// #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");