From 6b005847ca996153abca6c39c0e68b35b70bde4b Mon Sep 17 00:00:00 2001 From: boxanm Date: Sat, 18 May 2024 13:17:09 -0400 Subject: [PATCH] Update NABO_VERSION --- nabo/nabo.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nabo/nabo.h b/nabo/nabo.h index addb4a9..9d6963b 100644 --- a/nabo/nabo.h +++ b/nabo/nabo.h @@ -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