We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa282d commit 92911c0Copy full SHA for 92911c0
include/nanoflann.hpp
@@ -68,7 +68,7 @@
68
#include <vector>
69
70
/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
71
-#define NANOFLANN_VERSION 0x180
+#define NANOFLANN_VERSION 0x190
72
73
// Avoid conflicting declaration of min/max macros in Windows headers
74
#if !defined(NOMINMAX) && (defined(_WIN32) || defined(_WIN32_) || defined(WIN32) || defined(_WIN64))
0 commit comments