bump E_VERSION_MAJOR and modapi

This commit is contained in:
Mike Blumenkrantz 2016-03-08 18:03:28 -05:00
parent 103da25b94
commit aa024e0a4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef E_H
# define E_H
# define E_VERSION_MAJOR 20
# define E_VERSION_MAJOR 21
/**
* @defgroup API Enlightenment API

View File

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