diff --git a/src/tools/ecode/plugins/debugger/debuggerplugin.cpp b/src/tools/ecode/plugins/debugger/debuggerplugin.cpp index 1a8086ea3..bd32ecf63 100644 --- a/src/tools/ecode/plugins/debugger/debuggerplugin.cpp +++ b/src/tools/ecode/plugins/debugger/debuggerplugin.cpp @@ -736,7 +736,7 @@ void DebuggerPlugin::buildSidePanelTab() { - + )html"; diff --git a/src/tools/ecode/version.hpp b/src/tools/ecode/version.hpp index 6cbba1ebc..15045c6e0 100644 --- a/src/tools/ecode/version.hpp +++ b/src/tools/ecode/version.hpp @@ -7,8 +7,8 @@ using namespace EE; #define ECODE_MAJOR_VERSION 0 -#define ECODE_MINOR_VERSION 6 -#define ECODE_PATCH_LEVEL 5 +#define ECODE_MINOR_VERSION 7 +#define ECODE_PATCH_LEVEL 0 /* ECODE_COMMIT_NUMBER 9999 is used for official releases, nightly builds (pre-releases) will * contain the number of commits after the last official release */