mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
feat: update version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
project(toml11 VERSION 3.7.1)
|
project(toml11 VERSION 3.8.0)
|
||||||
|
|
||||||
option(toml11_BUILD_TEST "Build toml tests" OFF)
|
option(toml11_BUILD_TEST "Build toml tests" OFF)
|
||||||
option(toml11_INSTALL "Install CMake targets during install step." ON)
|
option(toml11_INSTALL "Install CMake targets during install step." ON)
|
||||||
|
|||||||
4
toml.hpp
4
toml.hpp
@@ -26,8 +26,8 @@
|
|||||||
#define TOML_FOR_MODERN_CPP
|
#define TOML_FOR_MODERN_CPP
|
||||||
|
|
||||||
#define TOML11_VERSION_MAJOR 3
|
#define TOML11_VERSION_MAJOR 3
|
||||||
#define TOML11_VERSION_MINOR 7
|
#define TOML11_VERSION_MINOR 8
|
||||||
#define TOML11_VERSION_PATCH 1
|
#define TOML11_VERSION_PATCH 0
|
||||||
|
|
||||||
#include "toml/parser.hpp"
|
#include "toml/parser.hpp"
|
||||||
#include "toml/literal.hpp"
|
#include "toml/literal.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user