-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 3.2.4 | ||
|
||
Released: 2022-02-03 | ||
|
||
* Fixed `version.hpp`. | ||
|
||
## 3.2.3 | ||
|
||
Released: 2022-02-03 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// Copyright (c) 2017-2021 Dr. Colin Hirsch and Daniel Frey | ||
// Copyright (c) 2017-2022 Dr. Colin Hirsch and Daniel Frey | ||
// Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ | ||
|
||
#ifndef TAO_PEGTL_VERSION_HPP | ||
#define TAO_PEGTL_VERSION_HPP | ||
|
||
#define TAO_PEGTL_VERSION "3.2.2" | ||
#define TAO_PEGTL_VERSION "3.2.4" | ||
|
||
#define TAO_PEGTL_VERSION_MAJOR 3 | ||
#define TAO_PEGTL_VERSION_MINOR 2 | ||
#define TAO_PEGTL_VERSION_PATCH 2 | ||
#define TAO_PEGTL_VERSION_PATCH 4 | ||
|
||
#endif |