Skip to content

Commit

Permalink
Bump version number to 1.1.2 in libnabo_installer.bash and nabo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 23, 2024
1 parent 9b5b6ba commit 59ab560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libnabo_installer.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Arguments:
# --install-path </dir/abs/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
Expand Down
4 changes: 2 additions & 2 deletions nabo/nabo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename IndexType>
Expand Down

0 comments on commit 59ab560

Please sign in to comment.