Open efferre79 opened 2 days ago
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
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.
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.