From 5e3f8f910535a9b6670f1f86be2d8c03801899d2 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Thu, 25 Mar 2021 22:43:37 +0900 Subject: [PATCH] chore: update version values --- CMakeLists.txt | 2 +- toml.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dbeb2b2..c0be74b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) enable_testing() -project(toml11 VERSION 3.6.0) +project(toml11 VERSION 3.6.1) option(toml11_BUILD_TEST "Build toml tests" OFF) option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF) diff --git a/toml.hpp b/toml.hpp index 232329da..e989798a 100644 --- a/toml.hpp +++ b/toml.hpp @@ -35,7 +35,7 @@ #define TOML11_VERSION_MAJOR 3 #define TOML11_VERSION_MINOR 6 -#define TOML11_VERSION_PATCH 0 +#define TOML11_VERSION_PATCH 1 #include "toml/parser.hpp" #include "toml/literal.hpp"