Skip to content

Commit 1643777

Browse files
committed
Set release date/version
1 parent 7f2d796 commit 1643777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 3.2.2
44

5-
**Not yet released**
5+
Released 2021-10-22
66

77
* Added rule [`odigit`](Rule-Reference.md#odigit) for octal digits.
88
* Enabled default-constructed state in `state<>`, `change_state<>`, and `change_action_and_state<>`.

include/tao/pegtl/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
#ifndef TAO_PEGTL_VERSION_HPP
55
#define TAO_PEGTL_VERSION_HPP
66

7-
#define TAO_PEGTL_VERSION "3.2.1"
7+
#define TAO_PEGTL_VERSION "3.2.2"
88

99
#define TAO_PEGTL_VERSION_MAJOR 3
1010
#define TAO_PEGTL_VERSION_MINOR 2
11-
#define TAO_PEGTL_VERSION_PATCH 1
11+
#define TAO_PEGTL_VERSION_PATCH 2
1212

1313
#endif

0 commit comments

Comments
 (0)