Skip to content

Commit 92911c0

Browse files
committed
Update version in nanoflann.hpp to 1.9.0
1 parent efa282d commit 92911c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nanoflann.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#include <vector>
6969

7070
/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
71-
#define NANOFLANN_VERSION 0x180
71+
#define NANOFLANN_VERSION 0x190
7272

7373
// Avoid conflicting declaration of min/max macros in Windows headers
7474
#if !defined(NOMINMAX) && (defined(_WIN32) || defined(_WIN32_) || defined(WIN32) || defined(_WIN64))

0 commit comments

Comments
 (0)