Skip to content

Commit

Permalink
Set release date/version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Oct 22, 2021
1 parent 7f2d796 commit 1643777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@

## 3.2.2

**Not yet released**
Released 2021-10-22

* Added rule [`odigit`](Rule-Reference.md#odigit) for octal digits.
* Enabled default-constructed state in `state<>`, `change_state<>`, and `change_action_and_state<>`.
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,10 +4,10 @@
#ifndef TAO_PEGTL_VERSION_HPP
#define TAO_PEGTL_VERSION_HPP

#define TAO_PEGTL_VERSION "3.2.1"
#define TAO_PEGTL_VERSION "3.2.2"

#define TAO_PEGTL_VERSION_MAJOR 3
#define TAO_PEGTL_VERSION_MINOR 2
#define TAO_PEGTL_VERSION_PATCH 1
#define TAO_PEGTL_VERSION_PATCH 2

#endif

0 comments on commit 1643777

Please sign in to comment.