File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Changes
2+ ## Version 3.2.0 - 2025-09-23
3+ ### New Feature
4+ - Support check if an integer is signed. (#78)
5+
26## Version 3.1.1 - 2025-07-28
37Same as v3.1.0, but with updated version numbers.
48
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
22cmake_policy (VERSION 3.13)
33
4- project (HighFive VERSION 3.1.1 )
4+ project (HighFive VERSION 3.2.0 )
55
66# Configure HighFive
77# ------------------
Original file line number Diff line number Diff line change 99#pragma once
1010
1111#define HIGHFIVE_VERSION_MAJOR 3
12- #define HIGHFIVE_VERSION_MINOR 1
13- #define HIGHFIVE_VERSION_PATCH 1
12+ #define HIGHFIVE_VERSION_MINOR 2
13+ #define HIGHFIVE_VERSION_PATCH 0
1414
1515/* * \brief Concatenated representation of the HighFive version.
1616 *
2424 * std::cout << STRINGIFY_VALUE(HIGHFIVE_VERSION) << "\n";
2525 * \endcode
2626 */
27- #define HIGHFIVE_VERSION 3.1.1
27+ #define HIGHFIVE_VERSION 3.2.0
2828
2929/* * \brief String representation of the HighFive version.
3030 *
3131 * \warning This macro only exists from 2.7.1 onwards.
3232 */
33- #define HIGHFIVE_VERSION_STRING " 3.1.1 "
33+ #define HIGHFIVE_VERSION_STRING " 3.2.0 "
You can’t perform that action at this time.
0 commit comments