Skip to content

Commit

Permalink
Merge pull request #3541 from techee/abi_bump
Browse files Browse the repository at this point in the history
Bump Geany ABI to mitigate Scintilla 5.1.5 changes
  • Loading branch information
techee committed Oct 3, 2023
2 parents 579c074 + 2e72ba9 commit 73f5491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugindata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73f5491

Please sign in to comment.