From 4251e1246259c9977534d231cf7fb5e1f19f28d7 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 25 Oct 2016 12:02:15 -0400 Subject: [PATCH] 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 19fd58eaf..ac078844b 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;