From 1cc03c63f70eddfe5de12d5a7fed026b1ddeb1b9 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Sat, 16 Dec 2017 14:55:14 +0100 Subject: [PATCH] Increase version number --- CMakeLists.txt | 2 +- include/tao/pegtl/version.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c02a4309..af6d8b276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR) -project (pegtl VERSION 2.3.1 LANGUAGES CXX) +project (pegtl VERSION 2.3.2 LANGUAGES CXX) # define a header-only library add_library (pegtl INTERFACE) diff --git a/include/tao/pegtl/version.hpp b/include/tao/pegtl/version.hpp index e5859f7b2..c941a0521 100644 --- a/include/tao/pegtl/version.hpp +++ b/include/tao/pegtl/version.hpp @@ -4,10 +4,10 @@ #ifndef TAOCPP_PEGTL_INCLUDE_VERSION_HPP #define TAOCPP_PEGTL_INCLUDE_VERSION_HPP -#define TAOCPP_PEGTL_VERSION "2.3.1" +#define TAOCPP_PEGTL_VERSION "2.3.2" #define TAOCPP_PEGTL_VERSION_MAJOR 2 #define TAOCPP_PEGTL_VERSION_MINOR 3 -#define TAOCPP_PEGTL_VERSION_PATCH 1 +#define TAOCPP_PEGTL_VERSION_PATCH 2 #endif