From 47e878ad4fd72c91253c9d47b6f17e001ca2dfcf Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Wed, 22 Apr 2020 19:43:00 +0200 Subject: [PATCH] Update version --- include/tao/pegtl/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tao/pegtl/version.hpp b/include/tao/pegtl/version.hpp index 8e25881d6..4a5e8cf6d 100644 --- a/include/tao/pegtl/version.hpp +++ b/include/tao/pegtl/version.hpp @@ -4,11 +4,11 @@ #ifndef TAO_PEGTL_VERSION_HPP #define TAO_PEGTL_VERSION_HPP -#define TAO_PEGTL_VERSION "2.8.2" +#define TAO_PEGTL_VERSION "2.8.3" #define TAO_PEGTL_VERSION_MAJOR 2 #define TAO_PEGTL_VERSION_MINOR 8 -#define TAO_PEGTL_VERSION_PATCH 2 +#define TAO_PEGTL_VERSION_PATCH 3 // Compatibility, remove with 3.0.0 #define TAOCPP_PEGTL_VERSION TAO_PEGTL_VERSION