Increase KWIN_EFFECT_API_VERSION_MINOR for 4.10

This commit is contained in:
Martin Gräßlin 2012-11-22 12:49:22 +01:00
parent 533e3e5adf
commit b2512b1479

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 183
#define KWIN_EFFECT_API_VERSION_MINOR 200
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )