Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Tue, 03 Oct 2023 17:39:28 UTC Commit: 73f5491168ba9e9ab9a60d262d904e6597749cf7 https://github.com/geany/geany/commit/73f5491168ba9e9ab9a60d262d904e6597749c...
Log Message: ----------- Merge pull request #3541 from techee/abi_bump
Bump Geany ABI to mitigate Scintilla 5.1.5 changes
Modified Paths: -------------- src/plugindata.h
Modified: src/plugindata.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -68,7 +68,7 @@ G_BEGIN_DECLS * Changing this forces all plugins to be recompiled before Geany can load them. */ /* This should usually stay the same if fields are only appended, assuming only pointers to * structs and not structs themselves are declared by plugins. */ -#define GEANY_ABI_VERSION (72 << GEANY_ABI_SHIFT) +#define GEANY_ABI_VERSION (73 << GEANY_ABI_SHIFT)
/** Defines a function to check the plugin is safe to load.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).