diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2020-09-22 20:27:18 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2020-09-22 20:27:18 +0200 |
commit | 080dbdee51662d0fc79d4ee655f72b0cb5900b75 (patch) | |
tree | bf453b7bb40c53c101b9c3317c16271f32768ffc /src/lib/efl/Efl.h | |
parent | 7ca0e129eda2424dcbe1f1d697c1e9bf63b87229 (diff) |
edje: efl: add new EFL_VERSION_1_26 define for new dev cycle
Thios allows to mark edje file supported for specific versions.
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index a4a369ed9f..480249fae5 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -54,6 +54,7 @@ extern "C" { | |||
54 | #define EFL_VERSION_1_23 1 | 54 | #define EFL_VERSION_1_23 1 |
55 | #define EFL_VERSION_1_24 1 | 55 | #define EFL_VERSION_1_24 1 |
56 | #define EFL_VERSION_1_25 1 | 56 | #define EFL_VERSION_1_25 1 |
57 | #define EFL_VERSION_1_26 1 | ||
57 | 58 | ||
58 | /* Add here all the required ifdef for any @protected method */ | 59 | /* Add here all the required ifdef for any @protected method */ |
59 | #ifdef EFL_BUILD | 60 | #ifdef EFL_BUILD |