epsilonrt / libmodbuspp

Much more than a C++ wrapper for libmodbus
https://epsilonrt.fr/modbuspp
GNU Lesser General Public License v3.0
77 stars 44 forks source link

SOVERSION is too long #1

Closed epsilonrt closed 5 years ago

epsilonrt commented 5 years ago

The version of the shared library is in the M.m-B format (e.g., 0.3-48) which makes it necessary to recompile all libmodbuspp-dependent programs with each update. It should be limited to the major number.