Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed May 14, 2018
1 parent bfed00f commit d96a686
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0 LANGUAGES CXX)
project (pegtl VERSION 2.5.1 LANGUAGES CXX)

# define a header-only library
add_library (pegtl INTERFACE)
Expand Down
2 changes: 1 addition & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.5.1

**Not yet released**
Released 2018-05-14

* Added new convenience rule [`opt_must`](Rule-Reference.md#opt_must-r-s-).
* Optimised convenience rule [`if_must`](Rule-Reference.md#if_must-r-s-).
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,11 +4,11 @@
#ifndef TAO_PEGTL_VERSION_HPP
#define TAO_PEGTL_VERSION_HPP

#define TAO_PEGTL_VERSION "2.5.0"
#define TAO_PEGTL_VERSION "2.5.1"

#define TAO_PEGTL_VERSION_MAJOR 2
#define TAO_PEGTL_VERSION_MINOR 5
#define TAO_PEGTL_VERSION_PATCH 0
#define TAO_PEGTL_VERSION_PATCH 1

// Compatibility, remove with 3.0
#define TAOCPP_PEGTL_VERSION TAO_PEGTL_VERSION
Expand Down

0 comments on commit d96a686

Please sign in to comment.