From edb895ee91922bbc61da1575bdd3c64af66543c5 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 9 Sep 2016 11:35:29 -0400 Subject: [PATCH] bump modapi prevent abi breakage in modules --- 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 72a336da1..19fd58eaf 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 21 +#define E_MODULE_API_VERSION 22 typedef struct _E_Module E_Module; typedef struct _E_Module_Api E_Module_Api;