Branch: refs/heads/master Author: Thomas Martitz thomas.martitz@mailbox.org Committer: Thomas Martitz thomas.martitz@mailbox.org Date: Wed, 04 Oct 2023 20:42:26 UTC Commit: 35b244bde0532a9c8376711574395e67269c7de6 https://github.com/geany/geany/commit/35b244bde0532a9c8376711574395e67269c7d...
Log Message: ----------- Bump plugin API
EditorPrefs was extended and scintilla was updated. Be helpful and allow plugins to detect this.
Modified Paths: -------------- src/plugindata.h
Modified: src/plugindata.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -57,7 +57,7 @@ G_BEGIN_DECLS * @warning You should not test for values below 200 as previously * @c GEANY_API_VERSION was defined as an enum value, not a macro. */ -#define GEANY_API_VERSION 246 +#define GEANY_API_VERSION 247
/* hack to have a different ABI when built with different GTK major versions * because loading plugins linked to a different one leads to crashes.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).