add EFL_VERSION_1_24 define

Summary: this needs to go in right after every release

Reviewers: stefan_schmidt, devilhorns

Reviewed By: stefan_schmidt, devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11477
This commit is contained in:
Mike Blumenkrantz 2020-03-12 12:16:20 -04:00
parent 42480c5ebf
commit 955574c044
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#define EDJE_1_21_SUPPORTED " -DEFL_VERSION_1_21=1 "
#define EDJE_1_22_SUPPORTED " -DEFL_VERSION_1_22=1 "
#define EDJE_1_23_SUPPORTED " -DEFL_VERSION_1_23=1 "
#define EDJE_1_24_SUPPORTED " -DEFL_VERSION_1_24=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
@ -37,7 +38,8 @@
EDJE_1_20_SUPPORTED \
EDJE_1_21_SUPPORTED \
EDJE_1_22_SUPPORTED \
EDJE_1_23_SUPPORTED
EDJE_1_23_SUPPORTED \
EDJE_1_24_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

@ -52,6 +52,7 @@ extern "C" {
#define EFL_VERSION_1_21 1
#define EFL_VERSION_1_22 1
#define EFL_VERSION_1_23 1
#define EFL_VERSION_1_24 1
/* Add here all the required ifdef for any @protected method */
#ifdef EFL_BUILD