Skip to content

Commit

Permalink
Update version in .hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Nov 4, 2024
1 parent 5bd3461 commit c4f0cab
Showing 1 changed file with 1 addition and 1 deletion.
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 0x161
#define NANOFLANN_VERSION 0x162

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

0 comments on commit c4f0cab

Please sign in to comment.