diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 6b62278a0b..2611d91e52 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -162,7 +162,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 7 +#define KWIN_EFFECT_API_VERSION_MINOR 20 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )