https://bugs.kde.org/show_bug.cgi?id=456155
Bug ID: 456155 Summary: New version for KWIN_EFFECT_API_VERSION? Product: kwin Version: git master Platform: Neon Packages OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: compatibility Assignee: kwin-bugs-n...@kde.org Reporter: matinlotf...@gmail.com Target Milestone: --- I noticed in **KDE Neon Unstable** that `ShaderManager::generateShaderFromFile` function in `kwinglutils.h` is now returning `std::unique_ptr` instead of a raw pointer. This is a very good thing! But the `KWIN_EFFECT_API_VERSION` is still **234**. Shouldn't the version be updated to **235** as well with every change in the header file? I mean how else can I have a code that runs on both the Stable and Unstable versions of KDE Neon? -- You are receiving this mail because: You are watching all bug changes.