1 parent e33d8cb commit 982f36fCopy full SHA for 982f36f
2 files changed
CHANGELOG.adoc
@@ -1,6 +1,6 @@
1
= Changelog
2
3
-== Upcoming
+== Release 2025.05.0
4
5
=== Potential breaking changes
6
CMakeLists.txt
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSL-1.0
cmake_minimum_required(VERSION 3.8...3.10)
-project(lexy VERSION 2022.12.1 LANGUAGES CXX)
+project(lexy VERSION 2025.05.0 LANGUAGES CXX)
7
set(LEXY_USER_CONFIG_HEADER "" CACHE FILEPATH "The user config header for lexy.")
8
option(LEXY_FORCE_CPP17 "Whether or not lexy should use C++17 even if compiler supports C++20." OFF)
0 commit comments