Updated to version 3.2.14 for release

This commit is contained in:
Sam Lantinga
2025-05-13 14:24:40 -07:00
parent 2fff37fffc
commit c038d6f7f8
8 changed files with 15 additions and 15 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.2.13")
project(SDL3 LANGUAGES C VERSION "3.2.14")
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
set(SDL3_MAINPROJECT ON)