diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-23 10:06:26 -0400 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2019-09-23 10:33:13 -0700 |
commit | 1260333ae55dfc4dae54086a22b42d90fbb13511 (patch) | |
tree | cb50ea3aa095fb8cdb238f5a121df5792817a3e7 /src/lib/efl/Efl_Config.h.in | |
parent | 74cfe457c32669f0ac2b96bf18b093488acb7595 (diff) |
build: fix EFL_VERSION_MICRO define
this was never pulled in from the build system and thus was never actually
defined
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10078
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl_Config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl/Efl_Config.h.in b/src/lib/efl/Efl_Config.h.in index 1673cd04e9..56732f2c1c 100644 --- a/src/lib/efl/Efl_Config.h.in +++ b/src/lib/efl/Efl_Config.h.in | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | #define EFL_VERSION_MAJOR @EFL_VERSION_MAJOR@ | 12 | #define EFL_VERSION_MAJOR @EFL_VERSION_MAJOR@ |
13 | #define EFL_VERSION_MINOR @EFL_VERSION_MINOR@ | 13 | #define EFL_VERSION_MINOR @EFL_VERSION_MINOR@ |
14 | #define EFL_VERSION_MICRO @EFL_VERSION_MICRO@ | ||
14 | #define EFL_BUILD_ID "@EFL_BUILD_ID@" | 15 | #define EFL_BUILD_ID "@EFL_BUILD_ID@" |
15 | 16 | ||
16 | #endif | 17 | #endif |