Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 10 Apr 2015 14:52:30 UTC Commit: 5caf2b3e77780daf52d59a4088efa5b8628e3f22 https://github.com/geany/geany/commit/5caf2b3e77780daf52d59a4088efa5b8628e3f...
Log Message: ----------- Bump ABI version for new linkage mechanism
Modified Paths: -------------- src/plugindata.h
Modified: src/plugindata.h 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -72,7 +72,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 (70 << GEANY_ABI_SHIFT) +#define GEANY_ABI_VERSION (71 << 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).