[gimp] libgimpmodude: increment GIMP_MODULE_ABI_VERSION



commit 2aaa133442dc6710d4a97be9b3b797e21d1cd8cc
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jul 16 00:24:39 2018 +0200

    libgimpmodude: increment GIMP_MODULE_ABI_VERSION
    
    We don't want 2.x modules to be loaded into 2.99

 libgimpmodule/gimpmodule.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimpmodule/gimpmodule.h b/libgimpmodule/gimpmodule.h
index d08266ab8c..596d6c6329 100644
--- a/libgimpmodule/gimpmodule.h
+++ b/libgimpmodule/gimpmodule.h
@@ -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
 
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]