From ffba5b1b2f8890c7b3a3d4f4aa54a0385a5f8575 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:39:48 +0900 Subject: [PATCH] =?UTF-8?q?SDL=20=E3=82=92=202.30.11=20=E3=81=AB=E4=B8=8A?= =?UTF-8?q?=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- examples/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 12f9c1e..5af91b8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -37,7 +37,7 @@ - @tnoho @torikizi @melpon - [UPDATE] Xcode のバージョンを 15.4 にあげる - @tnoho -- [UPDATE] SDL を 2.30.10 に上げる +- [UPDATE] SDL を 2.30.11 に上げる - @torikizi - [UPDATE] BLEND2D_VERSION を上げる - @torikizi diff --git a/examples/VERSION b/examples/VERSION index 9e79293..927e3ea 100644 --- a/examples/VERSION +++ b/examples/VERSION @@ -2,5 +2,5 @@ SORA_CPP_SDK_VERSION=2025.1.0-canary.3 WEBRTC_BUILD_VERSION=m132.6834.5.0 BOOST_VERSION=1.87.0 CMAKE_VERSION=3.30.5 -SDL2_VERSION=2.30.10 +SDL2_VERSION=2.30.11 CLI11_VERSION=v2.4.2