From bdea05eceb4dff929ae02d092a46880bd62c8904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 27 Jun 2009 10:30:36 +0000 Subject: [PATCH] Increase versioning to have some version numbers for 4.3 branch svn path=/trunk/KDE/kdebase/workspace/; revision=988114 --- lib/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 2770e98476..a09b38fe5e 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 84 +#define KWIN_EFFECT_API_VERSION_MINOR 100 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )