rnpgp / sexpp

C++ Library for SEXP (S-expressions)
Other
7 stars 4 forks source link

Define SOVERSION #37

Closed remicollet closed 1 year ago

remicollet commented 1 year ago

To have common layout

libsexp.so -> libsexp.so.0
libsexp.so.0 -> libsexp.so.0.8.5
libsexp.so.0.8.5
remicollet commented 1 year ago

@andreasstieger may have interest for you

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (55dd146) 99.70% compared to head (cf28e5a) 99.70%.

:exclamation: Current head cf28e5a differs from pull request most recent head 0c8c46a. Consider uploading reports for the commit 0c8c46a to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #37 +/- ## ======================================= Coverage 99.70% 99.70% ======================================= Files 10 10 Lines 689 689 ======================================= Hits 687 687 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

maxirmx commented 1 year ago

Thank you, @remicollet