From f225f040026599f3ddda57ac785c015fd3b5e6f9 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 13 Mar 2015 20:03:21 -0400 Subject: [PATCH] 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 fea69976d..f51b2d950 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;