zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a5e3d2c455997e65aa6b83e6d0351dbaae437a35

commit a5e3d2c455997e65aa6b83e6d0351dbaae437a35
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Apr 5 20:16:44 2019 -0400

    add EFL_VERSION_1_22 defines
    
    whoops
---
 src/bin/edje/edje_cc_parse.c | 4 +++-
 src/lib/efl/Efl.h            | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_parse.c b/src/bin/edje/edje_cc_parse.c
index 3d9842c764..0778f0a16f 100644
--- a/src/bin/edje/edje_cc_parse.c
+++ b/src/bin/edje/edje_cc_parse.c
@@ -28,12 +28,14 @@
 #define EDJE_1_19_SUPPORTED " -DEFL_VERSION_1_19=1 "
 #define EDJE_1_20_SUPPORTED " -DEFL_VERSION_1_20=1 "
 #define EDJE_1_21_SUPPORTED " -DEFL_VERSION_1_21=1 "
+#define EDJE_1_22_SUPPORTED " -DEFL_VERSION_1_22=1 "
 
 #define EDJE_CC_EFL_VERSION_SUPPORTED \
   EDJE_1_18_SUPPORTED                 \
   EDJE_1_19_SUPPORTED                 \
   EDJE_1_20_SUPPORTED                 \
-  EDJE_1_21_SUPPORTED
+  EDJE_1_21_SUPPORTED                 \
+  EDJE_1_22_SUPPORTED
 
 static void        new_object(void);
 static void        new_statement(void);
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h
index 5a2904f8f3..24f388171a 100644
--- a/src/lib/efl/Efl.h
+++ b/src/lib/efl/Efl.h
@@ -50,6 +50,7 @@ extern "C" {
 #define EFL_VERSION_1_19 1
 #define EFL_VERSION_1_20 1
 #define EFL_VERSION_1_21 1
+#define EFL_VERSION_1_22 1
 
 /* Add here all the required ifdef for any @protected method */
 #ifdef EFL_BUILD

-- 


Reply via email to