mdds
Loading...
Searching...
No Matches
version.hpp
1// SPDX-FileCopyrightText: 2026 Kohei Yoshida
2//
3// SPDX-License-Identifier: MIT
4
5#pragma once
6
7#define MDDS_VERSION "3.2.1"
8#define MDDS_VERSION_MAJOR 3
9#define MDDS_VERSION_MINOR 2
10#define MDDS_VERSION_MICRO 1
11
12#define MDDS_API_VERSION "3.0"
13#define MDDS_API_VERSION_MAJOR 3
14#define MDDS_API_VERSION_MINOR 0