From 2df86e0ecdd712e9d0fdd9f268610156263a88f1 Mon Sep 17 00:00:00 2001 From: HannesSommer Date: Fri, 6 Mar 2015 22:53:08 +0100 Subject: [PATCH] Updated version in nabo/nabo.h to 1.0.6 --- nabo/nabo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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