mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 21:51:54 +00:00
7bf83f5ea0
Since flatbuffers is using calendar versioning and does not provide any ABI stability guarantees, use the complete version as SOVERSION for the shared library rather than just the major component. This prevents breaking reverse dependencies on incompatible upgrades. Fixes #7759