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.
|
|
|
|
//# Copyright (c) 2019-2020 Mark Gillard <mark.gillard@outlook.com.au>
|
|
|
|
//# 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-03-12 15:23:25 +00:00
|
|
|
|
2020-01-06 18:21:16 +00:00
|
|
|
#pragma once
|
|
|
|
|
2020-07-18 12:10:19 +00:00
|
|
|
#define TOML_LIB_MAJOR 2
|
|
|
|
#define TOML_LIB_MINOR 0
|
2020-07-25 17:37:30 +00:00
|
|
|
#define TOML_LIB_PATCH 1
|
2020-01-06 18:21:16 +00:00
|
|
|
|
2020-04-02 21:39:21 +00:00
|
|
|
#define TOML_LANG_MAJOR 1
|
|
|
|
#define TOML_LANG_MINOR 0
|
2020-02-20 21:08:20 +00:00
|
|
|
#define TOML_LANG_PATCH 0
|