Skip to content

Commit

Permalink
doc: update version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jul 19, 2020
1 parent 25aa97a commit a344668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.4.0)
project(toml11 VERSION 3.5.0)

option(toml11_BUILD_TEST "Build toml tests" ON)
option(toml11_TEST_WITH_ASAN "use LLVM address sanitizer" OFF)
Expand Down
4 changes: 4 additions & 0 deletions toml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
# error "toml11 requires C++11 or later."
#endif

#define TOML11_VERSION_MAJOR 3
#define TOML11_VERSION_MINOR 5
#define TOML11_VERSION_PATCH 0

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

0 comments on commit a344668

Please sign in to comment.