Bump the effects API version for 4.7.

Better late than never. As always keeping a buffer for API breaks in stable branch.
This commit is contained in:
Martin Gräßlin 2011-02-01 23:05:21 +01:00
parent 54c0a913b9
commit 27c2b599b7

View file

@ -171,7 +171,7 @@ X-KDE-Library=kwin4_effect_cooleffect
#define KWIN_EFFECT_API_MAKE_VERSION( major, minor ) (( major ) << 8 | ( minor ))
#define KWIN_EFFECT_API_VERSION_MAJOR 0
#define KWIN_EFFECT_API_VERSION_MINOR 157
#define KWIN_EFFECT_API_VERSION_MINOR 180
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )