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

release tarball for version 1.9.0 has wrong include version number #1928

Open
efferre79 opened this issue Nov 10, 2024 · 1 comment
Open

Comments

@efferre79
Copy link

Describe the bug
Looking inside the tarball, include/nng/nng.h file defines:

#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 8
#define NNG_PATCH_VERSION 0

Expected behavior
The version should be 1.9.0

Actual Behavior
The version is 1.8.0 which leads installing /usr/lib64/libnng.so.1.8.0 file on Linux.

@gdamore
Copy link
Contributor

gdamore commented Nov 10, 2024

Yes, I'm aware. It was a goof on my part.

I'm getting ready to release a 1.10 soon that will introduce some new APIs to aid transitioning to 2.0. So it will be fixed then.

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

No branches or pull requests

2 participants