Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(mapget LANGUAGES CXX C)
# Allow version to be set from command line for CI/CD
# For local development, use the default version
if(NOT DEFINED MAPGET_VERSION)
set(MAPGET_VERSION 2026.3.2)
set(MAPGET_VERSION 2026.3.3)
endif()

set(CMAKE_CXX_STANDARD 20)
Expand Down
Loading