Skip to content

Commit

Permalink
Fix missing version in header, and make new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 10, 2024
1 parent fb2a9d7 commit 419c26c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# nanoflann 1.5.4: Released Jan 10, 2024
- Fix outdated NANOFLANN_VERSION macro in header file
- Fix poll-allocator alignment problems
- Add NANOFLANN_USE_SYSTEM_GTEST option
- Look for Threads dependency in CMake config script


# nanoflann 1.5.3: Released Dec 7, 2023
* **Other changes**:
- Save one redundant call to `computeMinMax()` in `middleSplit_` ([PR#220](https://github.com/jlblancoc/nanoflann/pull/220) by [qq422216549](https://github.com/qq422216549)).
Expand Down
2 changes: 1 addition & 1 deletion include/nanoflann.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#include <vector>

/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
#define NANOFLANN_VERSION 0x151
#define NANOFLANN_VERSION 0x154

// Avoid conflicting declaration of min/max macros in Windows headers
#if !defined(NOMINMAX) && \
Expand Down

0 comments on commit 419c26c

Please sign in to comment.