From aa024e0a4f3bb22cc5f3c19b6183811d758a4b23 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 8 Mar 2016 18:03:28 -0500 Subject: [PATCH] bump E_VERSION_MAJOR and modapi --- src/bin/e.h | 2 +- src/bin/e_module.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e.h b/src/bin/e.h index 34887bcf6..8b3ce2661 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -1,7 +1,7 @@ #ifndef E_H # define E_H -# define E_VERSION_MAJOR 20 +# define E_VERSION_MAJOR 21 /** * @defgroup API Enlightenment API diff --git a/src/bin/e_module.h b/src/bin/e_module.h index 35675de18..c43654864 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 18 +#define E_MODULE_API_VERSION 19 typedef struct _E_Module E_Module; typedef struct _E_Module_Api E_Module_Api;