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

View file

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