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/ecore | |
parent | 27cce49ab166c4dd4f4fb372ef377c7b1e5acb02 (diff) |
alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1
Diffstat (limited to 'src/lib/ecore')
-rw-r--r-- | src/lib/ecore/Ecore_Common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 83307f2fd5..eceb4ed34e 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h | |||
@@ -2,6 +2,8 @@ | |||
2 | extern "C" { | 2 | extern "C" { |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include <Efl_Config.h> | ||
6 | |||
5 | /** | 7 | /** |
6 | * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. | 8 | * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. |
7 | * @ingroup Ecore | 9 | * @ingroup Ecore |
@@ -30,8 +32,8 @@ EAPI int ecore_shutdown(void); | |||
30 | * @{ | 32 | * @{ |
31 | */ | 33 | */ |
32 | 34 | ||
33 | #define ECORE_VERSION_MAJOR 1 | 35 | #define ECORE_VERSION_MAJOR EFL_VERSION_MAJOR |
34 | #define ECORE_VERSION_MINOR 8 | 36 | #define ECORE_VERSION_MINOR EFL_VERSION_MINOR |
35 | 37 | ||
36 | typedef struct _Ecore_Version | 38 | typedef struct _Ecore_Version |
37 | { | 39 | { |