From 8777c45677e9a1194dbcb4b4d792b81e924ad56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 6 Jul 2010 07:05:01 +0000 Subject: [PATCH] It's the special time of the year again: let's increase the ABI version for 4.6 svn path=/trunk/KDE/kdebase/workspace/; revision=1146498 --- lib/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index ab60d7b602..3f9439f0dd 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -169,7 +169,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 134 +#define KWIN_EFFECT_API_VERSION_MINOR 150 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )