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

Commit 577a255

Browse files
authored
Prepare to release fixed build instructions. (#645)
1 parent 79ad222 commit 577a255

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 2.6.2 - 2022-11-10
2+
### Bug Fix
3+
- Allow CMake to use Config mode to find HDF5.
4+
15
## Version 2.6.1 - 2022-11-08
26
### Bug Fix
37
- Version bump in `CMakeLists.txt`.

CMakeLists.txt

+1-1
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.6.1)
8+
project(HighFive VERSION 2.6.2)
99

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

0 commit comments

Comments
 (0)