From 2599c973e39bea85a7b21198379bbe29d5f8f30a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 21 Apr 2012 09:04:28 +0000 Subject: [PATCH] lets force odules to rebuild regularly. start upping api version. SVN revision: 70377 --- 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 97426813c..dcf4a96da 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 7 +#define E_MODULE_API_VERSION 8 typedef struct _E_Module E_Module; typedef struct _E_Module_Api E_Module_Api;