bump modapi

prevent abi breakage in modules
This commit is contained in:
Mike Blumenkrantz 2016-09-09 11:35:29 -04:00
parent 528cdd2614
commit edb895ee91
1 changed files with 1 additions and 1 deletions

View File

@ -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;