HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
H5Version.hpp
Go to the documentation of this file.
1/*
2 * Copyright (c), 2020
3 *
4 * Distributed under the Boost Software License, Version 1.0.
5 * (See accompanying file LICENSE_1_0.txt or copy at
6 * http://www.boost.org/LICENSE_1_0.txt)
7 *
8 */
9#pragma once
10
11#define HIGHFIVE_VERSION_MAJOR 3
12#define HIGHFIVE_VERSION_MINOR 0
13#define HIGHFIVE_VERSION_PATCH 0
14
15// Undefined for regular releases.
16#define HIGHFIVE_VERSION_PRERELEASE 2
17
30#define HIGHFIVE_VERSION 3.0.0
31
36#define HIGHFIVE_VERSION_STRING "3.0.0-beta2"