Skip to content

Commit

Permalink
Fix version and format.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Feb 3, 2022
1 parent 25aee1f commit 558757e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
- uses: DoozyX/clang-format-lint-action@v0.13
with:
extensions: 'hpp,cpp'
clangFormatVersion: 12
clangFormatVersion: 13
6 changes: 6 additions & 0 deletions doc/Changelog.md
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
Expand Down
6 changes: 3 additions & 3 deletions include/tao/pegtl/version.hpp
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

0 comments on commit 558757e

Please sign in to comment.