Skip to content

Commit

Permalink
Update version number for 2.10.1. (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Dec 3, 2024
1 parent 792c57d commit ede97c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(VERSION 3.13)
endif()

project(HighFive VERSION 2.10.0)
project(HighFive VERSION 2.10.1)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp.in
${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp)
Expand Down
6 changes: 3 additions & 3 deletions include/highfive/H5Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define HIGHFIVE_VERSION_MAJOR 2
#define HIGHFIVE_VERSION_MINOR 10
#define HIGHFIVE_VERSION_PATCH 0
#define HIGHFIVE_VERSION_PATCH 1

/** \brief Concatenated representation of the HighFive version.
*
Expand All @@ -24,10 +24,10 @@
* std::cout << STRINGIFY_VALUE(HIGHFIVE_VERSION) << "\n";
* \endcode
*/
#define HIGHFIVE_VERSION 2.10.0
#define HIGHFIVE_VERSION 2.10.1

/** \brief String representation of the HighFive version.
*
* \warning This macro only exists from 2.7.1 onwards.
*/
#define HIGHFIVE_VERSION_STRING "2.10.0"
#define HIGHFIVE_VERSION_STRING "2.10.1"

0 comments on commit ede97c8

Please sign in to comment.