chore: update version number

This commit is contained in:
ToruNiina
2022-03-13 01:44:29 +09:00
parent 2f07030d43
commit dcfe39a783
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
enable_testing()
project(toml11 VERSION 3.7.0)
project(toml11 VERSION 3.7.1)
option(toml11_BUILD_TEST "Build toml tests" OFF)
option(toml11_INSTALL "Install CMake targets during install step." ON)

View File

@@ -27,7 +27,7 @@
#define TOML11_VERSION_MAJOR 3
#define TOML11_VERSION_MINOR 7
#define TOML11_VERSION_PATCH 0
#define TOML11_VERSION_PATCH 1
#include "toml/parser.hpp"
#include "toml/literal.hpp"