discomfitor pushed a commit to branch master.

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

commit 5b39bb5a3d1fc79f7efe0e978a6e2e44aeb4cb91
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jun 9 20:16:07 2017 -0400

    efl: add EFL_VERSION_1_20
    
    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 f03adf5e14..3bf5e2e64a 100644
--- a/src/bin/edje/edje_cc_parse.c
+++ b/src/bin/edje/edje_cc_parse.c
@@ -25,10 +25,12 @@
 
 #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_CC_EFL_VERSION_SUPPORTED \
   EDJE_1_18_SUPPORTED \
-  EDJE_1_19_SUPPORTED
+  EDJE_1_19_SUPPORTED \
+  EDJE_1_20_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 d5f154234a..01f72df8ed 100644
--- a/src/lib/efl/Efl.h
+++ b/src/lib/efl/Efl.h
@@ -35,6 +35,7 @@ extern "C" {
 
 #define EFL_VERSION_1_18 1
 #define EFL_VERSION_1_19 1
+#define EFL_VERSION_1_20 1
 
 /* Add here all the required ifdef for any @protected method */
 #ifdef EFL_EFL_BUILD

-- 


Reply via email to