https://bugs.kde.org/show_bug.cgi?id=433090
--- Comment #7 from Harald Sitter <sit...@kde.org> --- That may well be but then the soversion will still have to change. The only options for any library are: a) when ABI is broken the soversion is bumped b) nobody checks if ABI is broken and the soversion is directly tied to the release version e.g. the there is no libfoo.so.5 but only a libfoo.so.5.20.12.2 c) the library has no version, is considered private, and doesn't advertise itself for external use (install with NAMELINK_SKIP + no cmake config) One may pick any of the three. -- You are receiving this mail because: You are watching all bug changes.