Skip to content

Commit

Permalink
changelog: Release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Oct 4, 2023
1 parent 59edb71 commit 013a92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
\page changelog Change Log

# Version 2.10.2: UNRELEASED
# Version 2.10.2: Released Oct 5th, 2023
- Build system:
- ROS: fix missing deps in package.xml needed for build via Nix.
- MRPT and OpenCV versions were until now exposed as macros with 3 hexadecimal digits (e.g. `2.4.0`->`0x240`), with a clear limitation of versions greater than 15. Now, both symbols `MRPT_VERSION` and `MRPT_OPENCV_VERSION_NUM` use TWO hexadecimal digits per version part, like: `2.10.2` -> `0x010A02`, which is much more general and safe for the future. For backwards compatibility, just make sure your user code only uses `MRPT_VERSION>=xxx` or `MRPT_VERSION>xxx` comparisons, instead of less-than comparisons (Fixes [issue #1285](https://github.com/MRPT/mrpt/issues/1285)).
Expand Down

0 comments on commit 013a92d

Please sign in to comment.