Re: [fluid-dev] Curiosity about release numbers

2021-03-17 Thread Tom M. via fluid-dev
2.1.8 is the version of the project, that any maintainer is free to choose as he pleases. 2.3.8 is the version of the library-interface. It tells you about API/ABI stability because follows the strict semantic versioning rules originally implemented by libtool. See the comment here: https://github

[fluid-dev] Curiosity about release numbers

2021-03-17 Thread midi-pascal
Hi, Just out of curiosity, I have a question. I just build and installed v2.1.8 on Unbuntu 18.04 LTS. It works perfectly, but the installed shared library is /usr/lib/libfluidsynth.so.2.3.8. How come 2.1.8 install libfluidsynth.so.2.3.8? Thanks a lot for this beautiful piece of software! K