From e459204d01b0c21004527373eb933a0e9946cd97 Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 20 Mar 2024 18:35:44 +0900 Subject: [PATCH] =?UTF-8?q?Sora=20C++=20SDK=20=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=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 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cf7d48da..96f80d01 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ - @voluntas - [UPDATE] ruff の最小を ``0.3.0` に上げる - @voluntas -- [UPDATE] Sora C++ SDK のバージョンを `2024.3.1` に上げる +- [UPDATE] Sora C++ SDK のバージョンを `2024.4.0` に上げる - libwebrtc で `cricket::MediaEngineDependencies` が廃止された変更に追従する - WEBRTC_BUILD_VERSION を `m121.6167.3.0` に上げる - BOOST_VERSION を `1.84.0` に上げる diff --git a/VERSION b/VERSION index f6e9f194..d346e973 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -SORA_CPP_SDK_VERSION=2024.3.1 +SORA_CPP_SDK_VERSION=2024.4.0 WEBRTC_BUILD_VERSION=m121.6167.3.0 BOOST_VERSION=1.84.0 CMAKE_VERSION=3.28.1