diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-03 09:55:34 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-03 09:55:34 +0000 |
commit | 0e77364887dd518bccc1390ba033bcd838dbbf21 (patch) | |
tree | 834252c861b4fe0d501891069c685838f0bd8264 /legacy/emotion/src/lib/Emotion.h | |
parent | 09d2cf7ad64b0b8609a80c083f1a8a0d6964a3e9 (diff) |
update header #defined versions to 1.8 to make sure new apis are used
in e17 only with ifdefs.
SVN revision: 75994
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/Emotion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index da5c85c3f8..361e4e55e5 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h | |||
@@ -248,7 +248,7 @@ extern "C" { | |||
248 | #endif | 248 | #endif |
249 | 249 | ||
250 | #define EMOTION_VERSION_MAJOR 1 | 250 | #define EMOTION_VERSION_MAJOR 1 |
251 | #define EMOTION_VERSION_MINOR 7 | 251 | #define EMOTION_VERSION_MINOR 8 |
252 | 252 | ||
253 | typedef struct _Emotion_Version | 253 | typedef struct _Emotion_Version |
254 | { | 254 | { |