Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Nov 22, 2017
1 parent a52967f commit b6acf3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.2.0 LANGUAGES CXX)
project (pegtl VERSION 2.2.2 LANGUAGES CXX)

# define a header-only library
add_library (pegtl INTERFACE)
Expand Down
6 changes: 6 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.2

Released 2017-11-22

* Bumped version.

## 2.2.1

Released 2017-11-22
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 TAOCPP_PEGTL_INCLUDE_VERSION_HPP
#define TAOCPP_PEGTL_INCLUDE_VERSION_HPP

#define TAOCPP_PEGTL_VERSION "2.2.0"
#define TAOCPP_PEGTL_VERSION "2.2.2"

#define TAOCPP_PEGTL_VERSION_MAJOR 2
#define TAOCPP_PEGTL_VERSION_MINOR 2
#define TAOCPP_PEGTL_VERSION_PATCH 0
#define TAOCPP_PEGTL_VERSION_PATCH 2

#endif

0 comments on commit b6acf3e

Please sign in to comment.