Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit ede97c8

Browse files
authored
Update version number for 2.10.1. (#1068)
1 parent 792c57d commit ede97c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else()
55
cmake_policy(VERSION 3.13)
66
endif()
77

8-
project(HighFive VERSION 2.10.0)
8+
project(HighFive VERSION 2.10.1)
99

1010
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp.in
1111
${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp)

include/highfive/H5Version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define HIGHFIVE_VERSION_MAJOR 2
1212
#define HIGHFIVE_VERSION_MINOR 10
13-
#define HIGHFIVE_VERSION_PATCH 0
13+
#define HIGHFIVE_VERSION_PATCH 1
1414

1515
/** \brief Concatenated representation of the HighFive version.
1616
*
@@ -24,10 +24,10 @@
2424
* std::cout << STRINGIFY_VALUE(HIGHFIVE_VERSION) << "\n";
2525
* \endcode
2626
*/
27-
#define HIGHFIVE_VERSION 2.10.0
27+
#define HIGHFIVE_VERSION 2.10.1
2828

2929
/** \brief String representation of the HighFive version.
3030
*
3131
* \warning This macro only exists from 2.7.1 onwards.
3232
*/
33-
#define HIGHFIVE_VERSION_STRING "2.10.0"
33+
#define HIGHFIVE_VERSION_STRING "2.10.1"

0 commit comments

Comments
 (0)