Skip to content

Commit

Permalink
Release 2022.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Jan 4, 2023
1 parent cf1e78e commit f68737b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Changelog

== Upcoming
== Release 2022.12.1

* Add constructor to `lexy::input_location`.
* `lexy::error_context::production` will not be a transparent production.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSL-1.0

cmake_minimum_required(VERSION 3.8)
project(lexy VERSION 2022.12.0 LANGUAGES CXX)
project(lexy VERSION 2022.12.1 LANGUAGES CXX)

set(LEXY_USER_CONFIG_HEADER "" CACHE FILEPATH "The user config header for lexy.")
option(LEXY_FORCE_CPP17 "Whether or not lexy should use C++17 even if compiler supports C++20." OFF)
Expand Down

0 comments on commit f68737b

Please sign in to comment.