2020-03-12 17:23:25 +02: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 19:46:00 +03:00
|
|
|
// SPDX-License-Identifier: MIT
|
2020-03-12 17:23:25 +02:00
|
|
|
|
2020-01-06 20:21:16 +02:00
|
|
|
#pragma once
|
|
|
|
|
2020-03-28 18:56:59 +02:00
|
|
|
#define TOML_LIB_MAJOR 1
|
2020-04-06 15:57:49 +03:00
|
|
|
#define TOML_LIB_MINOR 2
|
2020-04-19 22:01:13 +03:00
|
|
|
#define TOML_LIB_PATCH 5
|
2020-01-06 20:21:16 +02:00
|
|
|
|
2020-04-03 00:39:21 +03:00
|
|
|
#define TOML_LANG_MAJOR 1
|
|
|
|
#define TOML_LANG_MINOR 0
|
2020-02-20 23:08:20 +02:00
|
|
|
#define TOML_LANG_PATCH 0
|