From 5caf2b3e77780daf52d59a4088efa5b8628e3f22 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 10 Apr 2015 16:52:30 +0200 Subject: [PATCH] Bump ABI version for new linkage mechanism --- src/plugindata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugindata.h b/src/plugindata.h index f2daa4242..98e83f7e5 100644 --- a/src/plugindata.h +++ b/src/plugindata.h @@ -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. -- 2.11.4.GIT