From b07c0a76ceb252f755b4b36a2c9ca341c75b4cdc Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 4 Nov 2013 18:31:48 +0900 Subject: alpha1 release autofoo/build tree work to pass distcheck and actually work --- src/lib/ecore/Ecore_Common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/ecore') 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 @@ extern "C" { #endif +#include + /** * @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork. * @ingroup Ecore @@ -30,8 +32,8 @@ EAPI int ecore_shutdown(void); * @{ */ -#define ECORE_VERSION_MAJOR 1 -#define ECORE_VERSION_MINOR 8 +#define ECORE_VERSION_MAJOR EFL_VERSION_MAJOR +#define ECORE_VERSION_MINOR EFL_VERSION_MINOR typedef struct _Ecore_Version { -- cgit v1.2.1