| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-12 | 1.0 kB | |
| Release v1.4.1 source code.tar.gz | 2025-12-12 | 663.3 kB | |
| Release v1.4.1 source code.zip | 2025-12-12 | 872.6 kB | |
| Totals: 3 Items | 1.5 MB | 0 | |
Release v1.4.1
This is a patch release that corrects the version number metadata issue found in v1.4.0.
๐ง Fixes
- Fix library version number in CMakeLists.txt (#165)
- Update project version in root CMakeLists.txt to 1.4.1
- Update PACKAGE_VERSION in src/CMakeLists.txt to 1.4.1
- Ensures compiled library has correct version number
๐ Background
Version 1.4.0 was released with version numbers still set to 1.3.0 in the CMakeLists.txt files. This release corrects that metadata issue.
โ ๏ธ Note
This is a metadata-only release. The functionality is identical to v1.4.0. If you are using v1.4.0, you only need to upgrade if you require correct version metadata in the compiled library.
๐ What Changed
Full Changelog: https://github.com/mutouyun/cpp-ipc/compare/v1.4.0...v1.4.1
๐ Related
- Fixes [#165]
- Base version: v1.4.0