effects: bump minor version

This commit is contained in:
Xaver Hugl 2022-09-26 20:46:45 +02:00
parent 4b82c639e0
commit 21b833f9f5

View file

@ -158,7 +158,7 @@ typedef QList<KWin::EffectWindow *> EffectWindowList;
#define KWIN_EFFECT_API_MAKE_VERSION(major, minor) ((major) << 8 | (minor))
#define KWIN_EFFECT_API_VERSION_MAJOR 0
#define KWIN_EFFECT_API_VERSION_MINOR 235
#define KWIN_EFFECT_API_VERSION_MINOR 236
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR)