fix: update version in macro and cmake

This commit is contained in:
ToruNiina
2020-09-29 01:41:38 +09:00
parent 0fec125688
commit 96cfdb260a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 3.1)
enable_testing() enable_testing()
project(toml11 VERSION 3.5.0) project(toml11 VERSION 3.6.0)
option(toml11_BUILD_TEST "Build toml tests" OFF) option(toml11_BUILD_TEST "Build toml tests" OFF)
option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF) option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF)

View File

@@ -34,7 +34,7 @@
#endif #endif
#define TOML11_VERSION_MAJOR 3 #define TOML11_VERSION_MAJOR 3
#define TOML11_VERSION_MINOR 5 #define TOML11_VERSION_MINOR 6
#define TOML11_VERSION_PATCH 0 #define TOML11_VERSION_PATCH 0
#include "toml/parser.hpp" #include "toml/parser.hpp"