libgimpmodude: increment GIMP_MODULE_ABI_VERSION

We don't want 2.x modules to be loaded into 2.99
This commit is contained in:
Michael Natterer 2018-07-16 00:24:39 +02:00
parent f676f2aa79
commit 2aaa133442
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ G_BEGIN_DECLS
* - one of the classes implemented by modules (currently #GimpColorDisplay,
* #GimpColorSelector and #GimpController).
**/
#define GIMP_MODULE_ABI_VERSION 0x0004
#define GIMP_MODULE_ABI_VERSION 0x0005
/**