Skip to content

Bump libchronoid soversion to 1#15

Closed
justinjoy wants to merge 1 commit into
mainfrom
fix/bump-soversion-to-1
Closed

Bump libchronoid soversion to 1#15
justinjoy wants to merge 1 commit into
mainfrom
fix/bump-soversion-to-1

Conversation

@justinjoy

Copy link
Copy Markdown
Contributor

Summary

  • Set the Meson shared-library soversion from 0 to 1, so generated shared-library metadata uses libchronoid.so.1 / libchronoid.1.dylib.
  • Update README SONAME references and the documented next incompatible bump example to match the new ABI version.

Why

The build was still emitting shared-library version 0 even though the intended ABI SONAME is 1. This aligns the build configuration and user-facing documentation.

Validation

  • meson setup build --wipe
  • meson compile -C build
  • meson test -C build (22/22 OK)
  • Verified macOS output: build/libchronoid.1.dylib with install name @rpath/libchronoid.1.dylib.

@justinjoy

Copy link
Copy Markdown
Contributor Author

Closing as duplicate; PR #14 was already merged into main.

@justinjoy justinjoy closed this May 15, 2026
@justinjoy justinjoy deleted the fix/bump-soversion-to-1 branch May 15, 2026 08:26
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