From 27c2b599b7454ab74bd81af6727e7a85df65f902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 1 Feb 2011 23:05:21 +0100 Subject: [PATCH] Bump the effects API version for 4.7. Better late than never. As always keeping a buffer for API breaks in stable branch. --- lib/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index ab50430c34..e8a44cecac 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -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 157 +#define KWIN_EFFECT_API_VERSION_MINOR 180 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )