From 2efbe757de844518e3dd340d3b3d14551faaa930 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:40:30 +0900 Subject: [PATCH 1/2] =?UTF-8?q?SORA=5FCPP=5FSDK=5FVERSION=20=E3=82=92=2020?= =?UTF-8?q?24.8.0-canary.33=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 --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e0a8863..1c9f6ae 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ -SORA_CPP_SDK_VERSION=2024.8.0-canary.32 -WEBRTC_BUILD_VERSION=m131.6778.4.0 +SORA_CPP_SDK_VERSION=2024.8.0-canary.33 +WEBRTC_BUILD_VERSION=m132.6834.4.0 BOOST_VERSION=1.87.0 CMAKE_VERSION=3.30.5 OPENH264_VERSION=v2.5.0 From f1d1c1dcbbb5003be12c4d2541372b9e2b15f321 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:41:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=89=E6=9B=B4=E5=B1=A5=E6=AD=B4?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7a677eb..f649659 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -53,7 +53,7 @@ - [UPDATE] nanobind を `2.4.0` に上げる - @voluntas - [UPDATE] Sora C++ SDK のバージョンを `2024.8.0` に上げる - - WEBRTC_BUILD_VERSION を `m131.6778.4.0` に上げる + - WEBRTC_BUILD_VERSION を `m132.6834.4.0` に上げる - libwebrtc のモジュール分割に追従するため rtc::CreateRandomString のヘッダを追加 - Sora CPP SDK の absl::optional を std::optional に変更した仕様に追従する - Sora CPP SDK の absl::nullopt を std::nullopt に変更した仕様に追従する