blob: 1ac14ed99346f42131e228df1814eb88636b7bcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: BSL-1.0 OR BSD-3-Clause */
#ifndef MPT_BASE_VERSION_HPP
#define MPT_BASE_VERSION_HPP
#define MPT_VERSION_MAJOR 0
#define MPT_VERSION_MINOR 0
#define MPT_VERSION_PATCH 0
#define MPT_VERSION_BUILD 0
#endif // MPT_BASE_VERSION_HPP
|