We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f31ec8 commit 1ebdad3Copy full SHA for 1ebdad3
toml.hpp
@@ -1,6 +1,6 @@
1
//----------------------------------------------------------------------------------------------------------------------
2
//
3
-// toml++ v3.2.0
+// toml++ v3.3.0
4
// https://github.com/marzer/tomlplusplus
5
// SPDX-License-Identifier: MIT
6
@@ -980,7 +980,7 @@ TOML_ENABLE_WARNINGS;
980
//******** impl/version.h ********************************************************************************************
981
982
#define TOML_LIB_MAJOR 3
983
-#define TOML_LIB_MINOR 2
+#define TOML_LIB_MINOR 3
984
#define TOML_LIB_PATCH 0
985
986
#define TOML_LANG_MAJOR 1
0 commit comments