From 20288555178caed0288cd89fc4b797f08c60c3ca Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Thu, 18 Apr 2019 11:25:42 +0300 Subject: [PATCH] [libkwineffects] Bump api version Summary: libkwineffects in master is no longer ABI compatible with 0.227 because order of virtual methods in EffectsHandler and EffectWindow had been changed. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D20652 --- libkwineffects/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h index a29082225e..cba1c01552 100644 --- a/libkwineffects/kwineffects.h +++ b/libkwineffects/kwineffects.h @@ -188,7 +188,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 227 +#define KWIN_EFFECT_API_VERSION_MINOR 228 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )