Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Release v1.4.1

Latest

Choose a tag to compare

@mutouyun mutouyun released this 12 Dec 07:17
· 63 commits to master since this release

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: v1.4.0...v1.4.1


πŸ”— Related