Skip to content

Commit 982f36f

Browse files
committed
Release 2025.05.0
1 parent e33d8cb commit 982f36f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Changelog
22

3-
== Upcoming
3+
== Release 2025.05.0
44

55
=== Potential breaking changes
66

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: BSL-1.0
33

44
cmake_minimum_required(VERSION 3.8...3.10)
5-
project(lexy VERSION 2022.12.1 LANGUAGES CXX)
5+
project(lexy VERSION 2025.05.0 LANGUAGES CXX)
66

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

0 commit comments

Comments
 (0)