diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2020-03-12 12:16:20 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2020-03-12 12:17:07 -0400 |
commit | 955574c0448f15c717f906fc50cb8eb590884170 (patch) | |
tree | 19b86ed07c898653dcecfc911d106275e62f5d13 /src/lib/efl | |
parent | 42480c5ebf32be52c3d5c5e484d5e8d5eac92fcb (diff) | |
download | efl-955574c0448f15c717f906fc50cb8eb590884170.tar.gz |
add EFL_VERSION_1_24 define
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
Diffstat (limited to 'src/lib/efl')
-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 ea891223e9..81e274883b 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h @@ -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 |