We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Looking inside the tarball, include/nng/nng.h file defines:
include/nng/nng.h
#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.
/usr/lib64/libnng.so.1.8.0
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Looking inside the tarball,
include/nng/nng.h
file defines: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.The text was updated successfully, but these errors were encountered: