We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e100c93 commit 01bd441Copy full SHA for 01bd441
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.11)
4
5
project(pico_tree
6
LANGUAGES CXX
7
- VERSION 0.5.0
+ VERSION 0.5.1
8
DESCRIPTION "PicoTree is a small C++ header only library for range searches and nearest neighbor searches using a KdTree."
9
HOMEPAGE_URL "https://github.com/Jaybro/pico_tree")
10
0 commit comments