diff --git a/include/eepp/version.hpp b/include/eepp/version.hpp index 0890e95c8..2d018b00c 100644 --- a/include/eepp/version.hpp +++ b/include/eepp/version.hpp @@ -5,9 +5,9 @@ #include #define EEPP_MAJOR_VERSION 2 -#define EEPP_MINOR_VERSION 7 -#define EEPP_PATCH_LEVEL 2 -#define EEPP_CODENAME "Kāla" +#define EEPP_MINOR_VERSION 8 +#define EEPP_PATCH_LEVEL 0 +#define EEPP_CODENAME "Siddhi" /** The compiled version of the library */ #define EEPP_VERSION( x ) \ diff --git a/src/thirdparty/efsw b/src/thirdparty/efsw index 341934765..2f1d739c2 160000 --- a/src/thirdparty/efsw +++ b/src/thirdparty/efsw @@ -1 +1 @@ -Subproject commit 341934765471e4074e90bb5205ff4a65c16499c6 +Subproject commit 2f1d739c2b2f519fab02a5e046cf79915d54269a diff --git a/src/tools/ecode/plugins/autocomplete/autocompleteplugin.hpp b/src/tools/ecode/plugins/autocomplete/autocompleteplugin.hpp index e6cc79c1b..6a550712c 100644 --- a/src/tools/ecode/plugins/autocomplete/autocompleteplugin.hpp +++ b/src/tools/ecode/plugins/autocomplete/autocompleteplugin.hpp @@ -63,7 +63,7 @@ class AutoCompletePlugin : public Plugin { "Auto complete shows the completion popup as you type, so you can fill " "in long words by typing only a few characters.", AutoCompletePlugin::New, - { 0, 2, 3 }, + { 0, 2, 4 }, AutoCompletePlugin::NewSync }; } diff --git a/src/tools/ecode/plugins/linter/linterplugin.hpp b/src/tools/ecode/plugins/linter/linterplugin.hpp index 3a1cd2efd..7cd091f66 100644 --- a/src/tools/ecode/plugins/linter/linterplugin.hpp +++ b/src/tools/ecode/plugins/linter/linterplugin.hpp @@ -59,7 +59,7 @@ class LinterPlugin : public Plugin { "Use static code analysis tool used to flag programming errors, bugs, " "stylistic errors, and suspicious constructs.", LinterPlugin::New, - { 0, 2, 4 }, + { 0, 2, 5 }, LinterPlugin::NewSync }; } diff --git a/src/tools/ecode/plugins/lsp/lspclientplugin.hpp b/src/tools/ecode/plugins/lsp/lspclientplugin.hpp index 2a8beb794..4860b4e7b 100644 --- a/src/tools/ecode/plugins/lsp/lspclientplugin.hpp +++ b/src/tools/ecode/plugins/lsp/lspclientplugin.hpp @@ -25,7 +25,7 @@ class LSPClientPlugin : public Plugin { public: static PluginDefinition Definition() { return { "lspclient", "LSP Client", "Language Server Protocol Client.", - LSPClientPlugin::New, { 0, 2, 5 }, LSPClientPlugin::NewSync }; + LSPClientPlugin::New, { 0, 2, 6 }, LSPClientPlugin::NewSync }; } static Plugin* New( PluginManager* pluginManager ); diff --git a/src/tools/ecode/plugins/xmltools/xmltoolsplugin.hpp b/src/tools/ecode/plugins/xmltools/xmltoolsplugin.hpp index 9ddc69755..399d818be 100644 --- a/src/tools/ecode/plugins/xmltools/xmltoolsplugin.hpp +++ b/src/tools/ecode/plugins/xmltools/xmltoolsplugin.hpp @@ -20,7 +20,7 @@ class XMLToolsPlugin : public PluginBase { "XML Tools", "Simple tools to improve your XML editing experience.", XMLToolsPlugin::New, - { 0, 0, 2 }, + { 0, 0, 3 }, XMLToolsPlugin::NewSync }; } diff --git a/src/tools/ecode/version.hpp b/src/tools/ecode/version.hpp index b80c64cd3..5ec185345 100644 --- a/src/tools/ecode/version.hpp +++ b/src/tools/ecode/version.hpp @@ -7,9 +7,9 @@ using namespace EE; #define ECODE_MAJOR_VERSION 0 -#define ECODE_MINOR_VERSION 5 -#define ECODE_PATCH_LEVEL 2 -#define ECODE_CODENAME "Ākāśa" +#define ECODE_MINOR_VERSION 6 +#define ECODE_PATCH_LEVEL 0 +#define ECODE_CODENAME "Prāpti" /** The compiled version of the library */ #define ECODE_VERSION( x ) \