Skip to content

Commit

Permalink
Fix version in CMakeLists.txt. (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 9, 2022
1 parent 1378eaa commit 3775e3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 2.6.1 - 2022-11-08
### Bug Fix
- Version bump in `CMakeLists.txt`.

## Version 2.6.0 - 2022-11-08
### New Features
- Enable page buffered reading (#639).
Expand Down
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.5.0)
project(HighFive VERSION 2.6.1)

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 3775e3d

Please sign in to comment.