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
This commit is contained in:
Mike Blumenkrantz 2019-09-23 10:06:26 -04:00 committed by Cedric Bail
parent 74cfe457c3
commit 1260333ae5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define EFL_VERSION_MAJOR @EFL_VERSION_MAJOR@
#define EFL_VERSION_MINOR @EFL_VERSION_MINOR@
#define EFL_VERSION_MICRO @EFL_VERSION_MICRO@
#define EFL_BUILD_ID "@EFL_BUILD_ID@"
#endif