Skip to content

Commit

Permalink
Prepare version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jan 1, 2018
1 parent 13d05d2 commit 50ccba5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR)

project (pegtl VERSION 2.3.2 LANGUAGES CXX)
project (pegtl VERSION 2.3.3 LANGUAGES CXX)

# define a header-only library
add_library (pegtl INTERFACE)
Expand Down
7 changes: 7 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.3.3

Released 2018-01-01

* Added more `noexcept`-specifications.
* Fixed most `clang-tidy`-issues.

## 2.3.2

Released 2017-12-16
Expand Down
4 changes: 2 additions & 2 deletions include/tao/pegtl/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#ifndef TAOCPP_PEGTL_INCLUDE_VERSION_HPP
#define TAOCPP_PEGTL_INCLUDE_VERSION_HPP

#define TAOCPP_PEGTL_VERSION "2.3.2"
#define TAOCPP_PEGTL_VERSION "2.3.3"

#define TAOCPP_PEGTL_VERSION_MAJOR 2
#define TAOCPP_PEGTL_VERSION_MINOR 3
#define TAOCPP_PEGTL_VERSION_PATCH 2
#define TAOCPP_PEGTL_VERSION_PATCH 3

#endif

0 comments on commit 50ccba5

Please sign in to comment.