libkwineffects: Bump API version

The API version must be bumped because a new virtual method in the
EffectWindow class had been introduced that breaks BC.
master
Vlad Zahorodnii 2020-09-18 11:59:55 +03:00
parent e6e72d27b9
commit 79c667ea67
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,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 230
#define KWIN_EFFECT_API_VERSION_MINOR 231
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )