diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-04 18:31:48 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-11-04 18:33:35 +0900 |
commit | b07c0a76ceb252f755b4b36a2c9ca341c75b4cdc (patch) | |
tree | c6f00dfc7da90f92b6f10d4fb80a2908f50ad13c /src/lib/embryo/Embryo.h | |
parent | 27cce49ab166c4dd4f4fb372ef377c7b1e5acb02 (diff) |
alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1
Diffstat (limited to '')
-rw-r--r-- | src/lib/embryo/Embryo.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/embryo/Embryo.h b/src/lib/embryo/Embryo.h index e9020d4ced..923afe73aa 100644 --- a/src/lib/embryo/Embryo.h +++ b/src/lib/embryo/Embryo.h | |||
@@ -336,6 +336,8 @@ This is the @e only file you need to include. | |||
336 | #ifndef _EMBRYO_H | 336 | #ifndef _EMBRYO_H |
337 | #define _EMBRYO_H | 337 | #define _EMBRYO_H |
338 | 338 | ||
339 | #include <Efl_Config.h> | ||
340 | |||
339 | #ifdef EAPI | 341 | #ifdef EAPI |
340 | # undef EAPI | 342 | # undef EAPI |
341 | #endif | 343 | #endif |
@@ -366,8 +368,8 @@ This is the @e only file you need to include. | |||
366 | extern "C" { | 368 | extern "C" { |
367 | #endif | 369 | #endif |
368 | 370 | ||
369 | #define EMBRYO_VERSION_MAJOR 1 | 371 | #define EMBRYO_VERSION_MAJOR EFL_VERSION_MAJOR |
370 | #define EMBRYO_VERSION_MINOR 8 | 372 | #define EMBRYO_VERSION_MINOR EFL_VERSION_MINOR |
371 | 373 | ||
372 | typedef struct _Embryo_Version | 374 | typedef struct _Embryo_Version |
373 | { | 375 | { |