From b8a99752f0946bfb2840feb3f3ea59085f658dc6 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Mon, 24 Aug 2015 19:40:17 +0200 Subject: [PATCH] Bump API version for new plugin entry points (oops) Closes #624. --- src/plugindata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugindata.h b/src/plugindata.h index 8eefd138..5e5a5b1f 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 224 +#define GEANY_API_VERSION 225 /* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins * with GTK3-linked Geany leads to crash */