2020-03-12 15:23:25 +00:00
|
|
|
//# This file is a part of toml++ and is subject to the the terms of the MIT license.
|
2021-01-02 15:48:47 +00:00
|
|
|
//# Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>
|
2020-03-12 15:23:25 +00:00
|
|
|
//# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text.
|
2020-04-10 16:46:00 +00:00
|
|
|
// SPDX-License-Identifier: MIT
|
2020-01-06 18:21:16 +00:00
|
|
|
#pragma once
|
|
|
|
|
2021-10-24 22:04:23 +00:00
|
|
|
#define TOML_LIB_MAJOR 3
|
|
|
|
#define TOML_LIB_MINOR 0
|
2022-01-13 10:09:07 +00:00
|
|
|
#define TOML_LIB_PATCH 1
|
2020-01-06 18:21:16 +00:00
|
|
|
|
2021-10-23 09:22:41 +00:00
|
|
|
#define TOML_LANG_MAJOR 1
|
|
|
|
#define TOML_LANG_MINOR 0
|
|
|
|
#define TOML_LANG_PATCH 0
|