From d07f1ccd7808a9331404c1bba9cd5c766370412f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 5 Jan 2016 13:10:36 -0500 Subject: [PATCH] bump modapi to 18 E_Config abi broken --- src/bin/e_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_module.h b/src/bin/e_module.h index 192810e30..35675de18 100644 --- a/src/bin/e_module.h +++ b/src/bin/e_module.h @@ -1,6 +1,6 @@ #ifdef E_TYPEDEFS -#define E_MODULE_API_VERSION 17 +#define E_MODULE_API_VERSION 18 typedef struct _E_Module E_Module; typedef struct _E_Module_Api E_Module_Api;