add EFL_VERSION_1_24 define
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 12 Mar 2020 16:16:20 +0000 (12:16 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Fri, 13 Mar 2020 00:18:36 +0000 (09:18 +0900)
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

src/bin/edje/edje_cc_parse.c
src/lib/efl/Efl.h

index ad1a2c95ac3ed03ed81a47c17691dedf9feb6ef7..e6db4f5840986ae221695518ed2b0b4fb97f03b3 100644 (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);
index ea891223e96995249c113022cb7fe9ab8d046758..81e274883bbc2ed9d1e7088b03b572a6866765a7 100644 (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