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

Commit 3775e3d

Browse files
authored
Fix version in CMakeLists.txt. (#642)
1 parent 1378eaa commit 3775e3d

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.1 - 2022-11-08
2+
### Bug Fix
3+
- Version bump in `CMakeLists.txt`.
4+
15
## Version 2.6.0 - 2022-11-08
26
### New Features
37
- Enable page buffered reading (#639).

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.5.0)
8+
project(HighFive VERSION 2.6.1)
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)