Skip to content

Commit

Permalink
Bumped libnabo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpierredeschenes authored and HannesSommer committed Feb 8, 2019
1 parent 9410d89 commit d4f45e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nabo/nabo.h
Expand Up @@ -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 <typename IndexType>
Expand Down
2 changes: 1 addition & 1 deletion package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>libnabo</name>
<version>1.0.6</version>
<version>1.0.7</version>
<description>
libnabo is a fast K Nearest Neighbour library for low-dimensional spaces.
</description>
Expand Down

0 comments on commit d4f45e2

Please sign in to comment.