Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jun 25, 2017
1 parent c3f6df5 commit 3ee569a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ endif ()

# set project and version
if (ANDROID_NDK)
project (pegtl VERSION 2.1.0)
project (pegtl VERSION 2.1.2)
else ()
project (pegtl VERSION 2.1.0 LANGUAGES CXX)
project (pegtl VERSION 2.1.2 LANGUAGES CXX)
endif ()

# define a header-only library
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.1.2

Released 2017-06-25

* Bump version.

## 2.1.1

Released 2017-06-25
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.1.0"
#define TAOCPP_PEGTL_VERSION "2.1.2"

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

#endif

0 comments on commit 3ee569a

Please sign in to comment.