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

Finish propagating SHARED_VERSION_INFO #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmacks
Copy link

@dmacks dmacks commented Dec 15, 2019

It's set in configure.ac (taking for granted that release workflow involves setting it properly per docs) and propagated into the generated makefiles, but it needs to be passed explicitly when building the shared library.

The existing 0:0:0 has the same effect as not passing it at all (setting ABI version details such as SONAME in the binary library) so there's no change on the current state or packaging disruption due to this change as long as it's done before you make any API changes.

It's set in configure.ac (taking for granted that release workflow involves setting it properly per docs) and propagated into the generated makefiles, but it needs to be passed explicitly when building the shared library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant