edje: efl: add new EFL_VERSION_1_25 define for new cycle

Allow things to be marked for the upcoming 1.25 release version while we
develop it.
This commit is contained in:
Stefan Schmidt 2020-04-29 15:47:36 +02:00
parent 121e8bbdca
commit d1a1688513
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#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_1_25_SUPPORTED " -DEFL_VERSION_1_25=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
@ -39,7 +40,8 @@
EDJE_1_21_SUPPORTED \
EDJE_1_22_SUPPORTED \
EDJE_1_23_SUPPORTED \
EDJE_1_24_SUPPORTED
EDJE_1_24_SUPPORTED \
EDJE_1_25_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

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