Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use major.minor version for ABI soversion #143

Merged
merged 1 commit into from
Jul 22, 2016
Merged

Use major.minor version for ABI soversion #143

merged 1 commit into from
Jul 22, 2016

Conversation

j-rivero
Copy link
Contributor

There is currently a custom version associated with ABI bumps. While it is not an incorrect approach it can be improved by using a common schema usually associated with the software version. According to historic development it looks to me that FCL follow something like major.minor.micro versioning scheme with ABI guarantee during major.minor.

I've been patching the sources in the debian package to generate SONAME according to major.minor so I thought that could be a good idea to submit this PR for discussion and adoption if we agree in a versioning policy.

@jslee02
Copy link
Member

jslee02 commented Jul 22, 2016

👍 This solves the issue I have in #141.

@jslee02 jslee02 merged commit 22f375f into flexible-collision-library:master Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants