diff --git a/effects/shadow.cpp b/effects/shadow.cpp index b5e8cf9ff2..7be6a40624 100644 --- a/effects/shadow.cpp +++ b/effects/shadow.cpp @@ -3,6 +3,8 @@ This file is part of the KDE project. Copyright (C) 2007 Lubos Lunak +Copyright (C) 2008 Lucas Murray +Copyright (C) 2008 Martin Gräßlin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/effects/shadow.h b/effects/shadow.h index 27cbc4a696..ed8f96a850 100644 --- a/effects/shadow.h +++ b/effects/shadow.h @@ -3,6 +3,8 @@ This file is part of the KDE project. Copyright (C) 2007 Lubos Lunak +Copyright (C) 2008 Lucas Murray +Copyright (C) 2008 Martin Gräßlin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/kwineffects.h b/lib/kwineffects.h index ba17f7a64f..3c412d69de 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -164,7 +164,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 56 +#define KWIN_EFFECT_API_VERSION_MINOR 57 #define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )