Update version in nanoflann.hpp to 1.9.0

This commit is contained in:
Jose Luis Blanco-Claraco
2025-12-22 17:37:14 +01:00
parent efa282de28
commit 92911c0bc3

View File

@@ -68,7 +68,7 @@
#include <vector>
/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
#define NANOFLANN_VERSION 0x180
#define NANOFLANN_VERSION 0x190
// Avoid conflicting declaration of min/max macros in Windows headers
#if !defined(NOMINMAX) && (defined(_WIN32) || defined(_WIN32_) || defined(WIN32) || defined(_WIN64))