Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 16, 2017
1 parent 71821c8 commit 1cc03c6
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3.1 LANGUAGES CXX)
project (pegtl VERSION 2.3.2 LANGUAGES CXX)

# define a header-only library
add_library (pegtl INTERFACE)
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.3.1"
#define TAOCPP_PEGTL_VERSION "2.3.2"

#define TAOCPP_PEGTL_VERSION_MAJOR 2
#define TAOCPP_PEGTL_VERSION_MINOR 3
#define TAOCPP_PEGTL_VERSION_PATCH 1
#define TAOCPP_PEGTL_VERSION_PATCH 2

#endif

0 comments on commit 1cc03c6

Please sign in to comment.