Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jan 5, 2024
1 parent 04209b1 commit 8ed1a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
enable_testing()

project(toml11 VERSION 3.7.1)
project(toml11 VERSION 3.8.0)

option(toml11_BUILD_TEST "Build toml tests" OFF)
option(toml11_INSTALL "Install CMake targets during install step." ON)
Expand Down
4 changes: 2 additions & 2 deletions toml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#define TOML_FOR_MODERN_CPP

#define TOML11_VERSION_MAJOR 3
#define TOML11_VERSION_MINOR 7
#define TOML11_VERSION_PATCH 1
#define TOML11_VERSION_MINOR 8
#define TOML11_VERSION_PATCH 0

#include "toml/parser.hpp"
#include "toml/literal.hpp"
Expand Down

0 comments on commit 8ed1a1d

Please sign in to comment.