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

Set proper soversion. #117

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Set proper soversion. #117

merged 1 commit into from
Feb 24, 2024

Conversation

Vedingrot
Copy link
Contributor

Soversion should only reflects the major version, since the soname
link cannot be created due to equal name as the library. Library
libQMaplibre.so.3.0.0 prevents soname libQMaplibre.so.3.0.0 from being
created.

Soversion should only reflects the major version, since the soname
link cannot be created due to equal name as the library. Library
libQMaplibre.so.3.0.0 prevents soname libQMaplibre.so.3.0.0 from being
created.
Copy link

codecov bot commented Feb 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.27%. Comparing base (80350b0) to head (26a4654).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #117   +/-   ##
=======================================
  Coverage   45.27%   45.27%           
=======================================
  Files          35       35           
  Lines        2125     2125           
=======================================
  Hits          962      962           
  Misses       1163     1163           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ntadej ntadej merged commit 38dde09 into maplibre:main Feb 24, 2024
31 checks passed
@ntadej
Copy link
Collaborator

ntadej commented Feb 24, 2024

Thanks!

@ntadej ntadej added this to the 3.0 milestone Oct 11, 2024
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.

2 participants