Update toml.hpp

This commit is contained in:
Mark Gillard 2023-01-29 17:53:36 +02:00
parent 8f31ec8aed
commit 1ebdad3e71

View File

@ -1,6 +1,6 @@
//----------------------------------------------------------------------------------------------------------------------
//
// toml++ v3.2.0
// toml++ v3.3.0
// https://github.com/marzer/tomlplusplus
// SPDX-License-Identifier: MIT
//
@ -980,7 +980,7 @@ TOML_ENABLE_WARNINGS;
//******** impl/version.h ********************************************************************************************
#define TOML_LIB_MAJOR 3
#define TOML_LIB_MINOR 2
#define TOML_LIB_MINOR 3
#define TOML_LIB_PATCH 0
#define TOML_LANG_MAJOR 1