From 02f4bde1a4496bd06cd7526654bced25f221db6b Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:46:58 +0900 Subject: [PATCH] =?UTF-8?q?examples=20=E3=81=AE=20SDL2=5FVERSION=20?= =?UTF-8?q?=E3=82=92=202.30.10=20=E3=81=AB=E4=B8=8A=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 308a1f2..1121892 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,7 +30,7 @@ - @tnoho @torikizi @melpon - [UPDATE] Xcode のバージョンを 15.4 にあげる - @tnoho -- [UPDATE] SDL を 2.30.8 に上げる +- [UPDATE] SDL を 2.30.10 に上げる - @torikizi - [UPDATE] BLEND2D_VERSION を上げる - @torikizi diff --git a/examples/VERSION b/examples/VERSION index 4d63f12..c1fd970 100644 --- a/examples/VERSION +++ b/examples/VERSION @@ -2,5 +2,5 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.31 WEBRTC_BUILD_VERSION=m131.6778.3.1 BOOST_VERSION=1.86.0 CMAKE_VERSION=3.30.5 -SDL2_VERSION=2.30.8 +SDL2_VERSION=2.30.10 CLI11_VERSION=v2.4.2