diff --git a/src/core/Version.hpp b/src/core/Version.hpp index 824b7c5f..17ad2f67 100644 --- a/src/core/Version.hpp +++ b/src/core/Version.hpp @@ -3,7 +3,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 2 -#define VERSION_PATCH 1 +#define VERSION_PATCH 2 #define _QUOTE(S) #S #define _STR(S) _QUOTE(S)