Skip to content

Commit

Permalink
Update NABO_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 18, 2024
1 parent ddb5c3b commit 6b00584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nabo/nabo.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ libnabo differs from \ref ANN on the following points:
namespace Nabo
{
//! \defgroup public public interface
//@{

//! version of the Nabo library as string
#define NABO_VERSION "1.1.1"
//! version of the Nabo library as an int
#define NABO_VERSION_INT 10101

// TODO (c++14) Convert invalidIndex, invalidValue to constexpr templated variables.
template <typename IndexType>
Expand Down

0 comments on commit 6b00584

Please sign in to comment.