We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccb8b5 commit 1dda4a2Copy full SHA for 1dda4a2
kdtree++/kdtree.hpp
@@ -53,12 +53,12 @@
53
// KDTREE_VERSION % 100 is the patch level
54
// KDTREE_VERSION / 100 % 1000 is the minor version
55
// KDTREE_VERSION / 100000 is the major version
56
-#define KDTREE_VERSION 703
+#define KDTREE_VERSION 704
57
//
58
// KDTREE_LIB_VERSION must be defined to be the same as KDTREE_VERSION
59
// but as a *string* in the form "x_y[_z]" where x is the major version
60
// number, y is the minor version number, and z is the patch level if not 0.
61
-#define KDTREE_LIB_VERSION "0_7_3"
+#define KDTREE_LIB_VERSION "0_7_4"
62
63
64
#include <vector>
0 commit comments