Skip to content

Commit 8a6c5df

Browse files
committed
version bump in .h
1 parent 7b5672e commit 8a6c5df

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
@@ -61,7 +61,7 @@
6161
#include <vector>
6262

6363
/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
64-
#define NANOFLANN_VERSION 0x162
64+
#define NANOFLANN_VERSION 0x163
6565

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

0 commit comments

Comments
 (0)