doc: update version to 3.5.0

This commit is contained in:
ToruNiina
2020-07-19 19:12:18 +09:00
parent 25aa97a435
commit a344668fa2
2 changed files with 5 additions and 1 deletions

View File

@@ -33,6 +33,10 @@
# error "toml11 requires C++11 or later."
#endif
#define TOML11_VERSION_MAJOR 3
#define TOML11_VERSION_MINOR 5
#define TOML11_VERSION_PATCH 0
#include "toml/parser.hpp"
#include "toml/literal.hpp"
#include "toml/serializer.hpp"