diff --git a/src/plugindata.h b/src/plugindata.h index 80c5b2071..bff87449c 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.