Updated to version 3.1.10 for the release candidate

This commit is contained in:
Sam Lantinga
2025-01-16 08:32:49 -08:00
parent 9225a421b7
commit 1dd8fadca2
8 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ if(NOT DEFINED CMAKE_BUILD_TYPE)
endif()
# See docs/release_checklist.md
project(SDL3 LANGUAGES C VERSION "3.1.9")
project(SDL3 LANGUAGES C VERSION "3.1.10")
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
set(SDL3_MAINPROJECT ON)