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.


(cherry picked from commit 79c667ea67)
icc-effect-5.20.5
Vlad Zahorodnii 2020-09-18 08:59:55 +00:00
parent c5a90a158c
commit 965b20abb8
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 )