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.