Skip to content

Commit

Permalink
Prepare to release fixed build instructions. (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 22, 2022
1 parent 79ad222 commit 577a255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Version 2.6.2 - 2022-11-10
### Bug Fix
- Allow CMake to use Config mode to find HDF5.

## Version 2.6.1 - 2022-11-08
### Bug Fix
- Version bump in `CMakeLists.txt`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(VERSION 3.13)
endif()

project(HighFive VERSION 2.6.1)
project(HighFive VERSION 2.6.2)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/include/highfive/H5Version.hpp.in
${CMAKE_CURRENT_BINARY_DIR}/include/highfive/H5Version.hpp)
Expand Down

0 comments on commit 577a255

Please sign in to comment.