epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

SOVERSION is too long #15

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 piduino-dependent programs with each update. It should be limited to the major number.