alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.1k stars 311 forks source link

Add SOVERSION to shared library #394

Closed badshah400 closed 4 months ago

badshah400 commented 4 months ago

Set the soversion of the matplot shared library to the major version number of the project. This provides a guarantee that breaking changes to the library interface shall only be made when the major version is incremented.

Fixes issue #393.

alandefreitas commented 4 months ago

That's great. Thanks!

badshah400 commented 4 months ago

Many thanks for the quick approval.