Skip to content

Commit

Permalink
chore: update version values
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Mar 25, 2021
1 parent 17a15d3 commit 5e3f8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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)
Expand Down
2 changes: 1 addition & 1 deletion toml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e3f8f9

Please sign in to comment.