discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f225f040026599f3ddda57ac785c015fd3b5e6f9
commit f225f040026599f3ddda57ac785c015fd3b5e6f9 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Mar 13 20:03:21 2015 -0400 bump modapi version to 15 --- 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 fea6997..f51b2d9 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 14 +#define E_MODULE_API_VERSION 15 typedef struct _E_Module E_Module; typedef struct _E_Module_Api E_Module_Api; --