diff --git a/nabo/nabo.h b/nabo/nabo.h index 182c389..2f1dcfb 100644 --- a/nabo/nabo.h +++ b/nabo/nabo.h @@ -210,9 +210,9 @@ namespace Nabo //@{ //! version of the Nabo library as string - #define NABO_VERSION "1.0.5" + #define NABO_VERSION "1.0.6" //! version of the Nabo library as an int - #define NABO_VERSION_INT 10005 + #define NABO_VERSION_INT 10006 //! Parameter vector struct Parameters: public std::map