PMDK C++ bindings
1.10
This is the C++ bindings documentation for PMDK's libpmemobj.
libpmemobj++
version.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSD-3-Clause
2
/* Copyright 2018, Intel Corporation */
3
9
#ifndef LIBPMEMOBJ_CPP_VERSION_HPP
10
#define LIBPMEMOBJ_CPP_VERSION_HPP
11
12
#define LIBPMEMOBJ_CPP_VERSION_MAJOR 1
13
#define LIBPMEMOBJ_CPP_VERSION_MINOR 10
14
#define LIBPMEMOBJ_CPP_VERSION_PATCH 0
15
16
#define LIBPMEMOBJ_CPP_VERSION "1.10"
17
18
#endif
/* LIBPMEMOBJ_CPP_VERSION_HPP */
Generated by
1.8.20