Skip to content

Commit 1dda4a2

Browse files
committedFeb 24, 2025
Tag version 0.7.4
1 parent fccb8b5 commit 1dda4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎kdtree++/kdtree.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
// KDTREE_VERSION % 100 is the patch level
5454
// KDTREE_VERSION / 100 % 1000 is the minor version
5555
// KDTREE_VERSION / 100000 is the major version
56-
#define KDTREE_VERSION 703
56+
#define KDTREE_VERSION 704
5757
//
5858
// KDTREE_LIB_VERSION must be defined to be the same as KDTREE_VERSION
5959
// but as a *string* in the form "x_y[_z]" where x is the major version
6060
// number, y is the minor version number, and z is the patch level if not 0.
61-
#define KDTREE_LIB_VERSION "0_7_3"
61+
#define KDTREE_LIB_VERSION "0_7_4"
6262

6363

6464
#include <vector>

0 commit comments

Comments
 (0)