From d4f45e2b2f9b811344cd5002346b9fb52ac2520e Mon Sep 17 00:00:00 2001 From: simonpierredeschenes Date: Thu, 7 Feb 2019 15:40:15 -0500 Subject: [PATCH] Bumped libnabo version. --- nabo/nabo.h | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nabo/nabo.h b/nabo/nabo.h index 46576a1..6f8a699 100644 --- a/nabo/nabo.h +++ b/nabo/nabo.h @@ -208,9 +208,9 @@ namespace Nabo //@{ //! version of the Nabo library as string - #define NABO_VERSION "1.0.6" + #define NABO_VERSION "1.0.7" //! version of the Nabo library as an int - #define NABO_VERSION_INT 10006 + #define NABO_VERSION_INT 10007 // TODO (c++14) Convert invalidIndex, invalidValue to constexpr templated variables. template diff --git a/package.xml b/package.xml index 01f682e..202939d 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ libnabo - 1.0.6 + 1.0.7 libnabo is a fast K Nearest Neighbour library for low-dimensional spaces.