From d0f94460eacfc555683187e7055ef5dec7f279b8 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Tue, 6 Oct 2015 15:42:54 +0200 Subject: [PATCH] Bump plugin API version for proxy plugins support --- src/plugindata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugindata.h b/src/plugindata.h index 66da862d80..da94300437 100644 --- a/src/plugindata.h +++ b/src/plugindata.h @@ -58,7 +58,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 225 +#define GEANY_API_VERSION 226 /* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins * with GTK3-linked Geany leads to crash */