discomfitor pushed a commit to branch master.

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

commit 595aa6bbb4772e9cadeba7890946d3866fbb7dfd
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Aug 14 07:24:48 2017 -0400

    efl: add EFL_VERSION_1_21
    
    indicate that features from this version can be used
---
 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 3bf5e2e64a..f3afd8a5e7 100644
--- a/src/bin/edje/edje_cc_parse.c
+++ b/src/bin/edje/edje_cc_parse.c
@@ -26,11 +26,13 @@
 #define EDJE_1_18_SUPPORTED " -DEFL_VERSION_1_18=1 "
 #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_CC_EFL_VERSION_SUPPORTED \
   EDJE_1_18_SUPPORTED \
   EDJE_1_19_SUPPORTED \
-  EDJE_1_20_SUPPORTED
+  EDJE_1_20_SUPPORTED \
+  EDJE_1_21_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 9170c6c102..8477574f70 100644
--- a/src/lib/efl/Efl.h
+++ b/src/lib/efl/Efl.h
@@ -36,6 +36,7 @@ extern "C" {
 #define EFL_VERSION_1_18 1
 #define EFL_VERSION_1_19 1
 #define EFL_VERSION_1_20 1
+#define EFL_VERSION_1_21 1
 
 /* Add here all the required ifdef for any @protected method */
 #ifdef EFL_EFL_BUILD

-- 


Reply via email to