From 4e1ffd8a109406b90cbff7c3dd6d3363cf9dceb0 Mon Sep 17 00:00:00 2001 From: "Dr. Colin Hirsch" Date: Thu, 14 Jul 2022 21:51:49 +0200 Subject: [PATCH] Prepare release. --- doc/Changelog.md | 6 ++++++ include/tao/pegtl/version.hpp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/Changelog.md b/doc/Changelog.md index 17d39a901..23513374a 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 3.2.7 + +Released 2022-07-14 + +* Removed superfluous deprecated include. + ## 3.2.6 Released 2022-06-29 diff --git a/include/tao/pegtl/version.hpp b/include/tao/pegtl/version.hpp index 9756f4a4c..8be9204cf 100644 --- a/include/tao/pegtl/version.hpp +++ b/include/tao/pegtl/version.hpp @@ -4,10 +4,10 @@ #ifndef TAO_PEGTL_VERSION_HPP #define TAO_PEGTL_VERSION_HPP -#define TAO_PEGTL_VERSION "3.2.6" +#define TAO_PEGTL_VERSION "3.2.7" #define TAO_PEGTL_VERSION_MAJOR 3 #define TAO_PEGTL_VERSION_MINOR 2 -#define TAO_PEGTL_VERSION_PATCH 6 +#define TAO_PEGTL_VERSION_PATCH 7 #endif