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.10.1 has wrong include version number #2109

Open
zpuskas opened this issue Mar 13, 2025 · 0 comments
Open

Release tarball for version 1.10.1 has wrong include version number #2109

zpuskas opened this issue Mar 13, 2025 · 0 comments

Comments

@zpuskas
Copy link

zpuskas commented Mar 13, 2025

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

#define NNG_MAJOR_VERSION 1
#define NNG_MINOR_VERSION 10
#define NNG_PATCH_VERSION 0

Expected behavior
The version should be 1.10.1

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

To Reproduce
Build library.

Environment Details

  • NNG version: 1.10.1
  • Operating system: Gentoo Linux
  • Compiler and language used: gcc (Gentoo Hardened 14.2.1_p20241221 p7) 14.2.1 20241221
  • Shared or static library: shared

Additional context
This came while adding the library to the main Portage tree, similarly to the report #1928, that was discovered originally for a previous version of NNG in https://bugs.gentoo.org/943018.

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

1 participant