From 59ab560d98d20ad9cf70936ba73e6034ca374585 Mon Sep 17 00:00:00 2001 From: boxanm Date: Thu, 23 May 2024 11:58:11 -0400 Subject: [PATCH] Bump version number to 1.1.2 in libnabo_installer.bash and nabo.h --- libnabo_installer.bash | 2 +- nabo/nabo.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libnabo_installer.bash b/libnabo_installer.bash index dfa4728..091777f 100644 --- a/libnabo_installer.bash +++ b/libnabo_installer.bash @@ -9,7 +9,7 @@ # Arguments: # --install-path The directory where to install libnabo (absolute path) # (default location defined in the .env) -# --repository-version 1.0.7 Install libnabo release tag version (default to master branch latest) +# --repository-version 1.1.2 Install libnabo release tag version (default to master branch latest) # --compile-test Compile the libnabo unit-test # --generate-doc Generate the libnabo doxygen documentation # in /usr/local/share/doc/libnabo/api/html/index.html diff --git a/nabo/nabo.h b/nabo/nabo.h index 9d6963b..daa1276 100644 --- a/nabo/nabo.h +++ b/nabo/nabo.h @@ -208,9 +208,9 @@ namespace Nabo //@{ //! version of the Nabo library as string - #define NABO_VERSION "1.1.1" + #define NABO_VERSION "1.1.2" //! version of the Nabo library as an int - #define NABO_VERSION_INT 10101 + #define NABO_VERSION_INT 10102 // TODO (c++14) Convert invalidIndex, invalidValue to constexpr templated variables. template