From deb5f3542b5b618e56ca9d823f40df062188eb6a Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Mon, 9 Jul 2012 00:59:11 +0200 Subject: [PATCH] Bump API version to reflect Scintilla's SCI_{GET,SET}USEPALETTE removal Scintilla deprecated SCI_GETUSEPALETTE and SCI_SETUSEPALETTE messages, and since we don't build with deprecated API support they aren't available anymore. --- src/plugindata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugindata.h b/src/plugindata.h index 80c5b207..bff87449 100644 --- a/src/plugindata.h +++ b/src/plugindata.h @@ -55,7 +55,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 215 +#define GEANY_API_VERSION 216 /** The Application Binary Interface (ABI) version, incremented whenever * existing fields in the plugin data types have to be changed or reordered.