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/ephysics/EPhysics.h | |
parent | 27cce49ab166c4dd4f4fb372ef377c7b1e5acb02 (diff) |
alpha1 release autofoo/build tree work to pass distcheck and actually workv1.8.0-alpha1
Diffstat (limited to 'src/lib/ephysics/EPhysics.h')
-rw-r--r-- | src/lib/ephysics/EPhysics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h index 90ea09f046..f3716f9d00 100644 --- a/src/lib/ephysics/EPhysics.h +++ b/src/lib/ephysics/EPhysics.h | |||
@@ -65,6 +65,7 @@ | |||
65 | */ | 65 | */ |
66 | 66 | ||
67 | #include <Evas.h> | 67 | #include <Evas.h> |
68 | #include <Efl_Config.h> | ||
68 | 69 | ||
69 | #ifdef EAPI | 70 | #ifdef EAPI |
70 | # undef EAPI | 71 | # undef EAPI |
@@ -96,8 +97,8 @@ | |||
96 | extern "C" { | 97 | extern "C" { |
97 | #endif | 98 | #endif |
98 | 99 | ||
99 | #define EPHYSICS_VERSION_MAJOR 0 | 100 | #define EPHYSICS_VERSION_MAJOR EFL_VERSION_MAJOR |
100 | #define EPHYSICS_VERSION_MINOR 1 | 101 | #define EPHYSICS_VERSION_MINOR EFL_VERSION_MINOR |
101 | 102 | ||
102 | /** | 103 | /** |
103 | * @file | 104 | * @file |