ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Enable versioning in the MaRC library #39

Open ossama-othman opened 7 years ago

ossama-othman commented 7 years ago

The MaRC shared library (libmarc.so*) should enable and support Libtool based versioning to prevent incompatible versions of the library from being dynamically linked with binaries that use it.

The goal is to support proper library versioning, which means that the "version" in the library filename (e.g. libMaRC.so.1.0.1) may not match MaRC package version. The two versions should not be forced to match (e.g. via Libtool release numbers).