From 577a2552357ddd9ba9ed412452ea5406747033b4 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 22 Nov 2022 10:21:49 +0100 Subject: [PATCH] Prepare to release fixed build instructions. (#645) --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75264ac0a..f6bf0bb2f 100644 --- a/CHANGELOG.md +++ b/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`. diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ae73cccd..27746c2ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)