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/eina | |
parent | 27cce49ab166c4dd4f4fb372ef377c7b1e5acb02 (diff) |
alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1
Diffstat (limited to 'src/lib/eina')
-rw-r--r-- | src/lib/eina/eina_main.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/eina/eina_main.h b/src/lib/eina/eina_main.h index 41ea2a5b57..d7a7f0b01f 100644 --- a/src/lib/eina/eina_main.h +++ b/src/lib/eina/eina_main.h | |||
@@ -19,6 +19,8 @@ | |||
19 | #ifndef EINA_MAIN_H_ | 19 | #ifndef EINA_MAIN_H_ |
20 | #define EINA_MAIN_H_ | 20 | #define EINA_MAIN_H_ |
21 | 21 | ||
22 | #include <Efl_Config.h> | ||
23 | |||
22 | #include "eina_types.h" | 24 | #include "eina_types.h" |
23 | 25 | ||
24 | /** | 26 | /** |
@@ -44,13 +46,13 @@ | |||
44 | * @def EINA_VERSION_MAJOR | 46 | * @def EINA_VERSION_MAJOR |
45 | * @brief Major version of Eina | 47 | * @brief Major version of Eina |
46 | */ | 48 | */ |
47 | #define EINA_VERSION_MAJOR 1 | 49 | #define EINA_VERSION_MAJOR EFL_VERSION_MAJOR |
48 | 50 | ||
49 | /** | 51 | /** |
50 | * @def EINA_VERSION_MINOR | 52 | * @def EINA_VERSION_MINOR |
51 | * @brief Minor version of Eina | 53 | * @brief Minor version of Eina |
52 | */ | 54 | */ |
53 | #define EINA_VERSION_MINOR 8 | 55 | #define EINA_VERSION_MINOR EFL_VERSION_MINOR |
54 | 56 | ||
55 | /** | 57 | /** |
56 | * @typedef Eina_Version | 58 | * @typedef Eina_Version |