mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
Update version in nanoflann.hpp to 1.9.0
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user