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.
This commit is contained in:
Colomban Wendling 2012-07-09 00:59:11 +02:00
parent 5af4dab5f0
commit deb5f3542b

View File

@ -55,7 +55,7 @@ G_BEGIN_DECLS
* @warning You should not test for values below 200 as previously * @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro. * @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 /** The Application Binary Interface (ABI) version, incremented whenever
* existing fields in the plugin data types have to be changed or reordered. * existing fields in the plugin data types have to be changed or reordered.