Updated to version 3.2.2 for release

This commit is contained in:
Sam Lantinga
2025-02-01 17:01:45 -08:00
parent c922762791
commit 2fa1e7258a
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.1")
project(SDL3 LANGUAGES C VERSION "3.2.2")
if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
set(SDL3_MAINPROJECT ON)