ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
60 stars 32 forks source link

Add ABI version to soname #6

Closed alexey-lysiuk closed 4 years ago

alexey-lysiuk commented 4 years ago

This fixes #4

Making this PR to confirm that it's what we want to have.

For ABI breaking changes, the major version should be increased. For ABI extensions, the minor version needs to be changed. Patch level is for fixes that don't affect ABI. This answer explains the versioning in more details.

If this is not desirable, we can version library and ABI separately, e.g. increment ABI version every time it was modified.

coelckers commented 4 years ago

I'M not the expert here, but this looks like something that should be done.