From 8bddbfca466688496758b7f000b491b7287be770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Fri, 5 Mar 2010 18:24:29 +0000 Subject: [PATCH] Bump the ABI. svn path=/trunk/KDE/kdebase/workspace/; revision=1099525 --- lib/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 49dd1b28fb..a2fc14a111 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -170,7 +170,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 113 +#define KWIN_EFFECT_API_VERSION_MINOR 130 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )