discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4251e1246259c9977534d231cf7fb5e1f19f28d7
commit 4251e1246259c9977534d231cf7fb5e1f19f28d7 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Tue Oct 25 12:02:15 2016 -0400 bump modapi --- 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 19fd58e..ac07884 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 22 +#define E_MODULE_API_VERSION 23 typedef struct _E_Module E_Module; typedef struct _E_Module_Api E_Module_Api; --