From d8f875c24462b7513c9908960b7c6ce4b2284650 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:08:51 +0900 Subject: [PATCH 1/2] =?UTF-8?q?SORA=5FCPP=5FSDK=5FVERSION=20=E3=82=92=2020?= =?UTF-8?q?24.8.0-canary.32=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 85eccf5..e0a8863 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,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.4 +SORA_CPP_SDK_VERSION=2024.8.0-canary.32 +WEBRTC_BUILD_VERSION=m131.6778.4.0 +BOOST_VERSION=1.87.0 +CMAKE_VERSION=3.30.5 OPENH264_VERSION=v2.5.0 From a00a0f12403cd9f06a53474c77498fa0e09c940f Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:10:07 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index eb3b100..c1dcb7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -53,12 +53,12 @@ - [UPDATE] nanobind を `2.2.0` に上げる - @voluntas - [UPDATE] Sora C++ SDK のバージョンを `2024.8.0` に上げる - - WEBRTC_BUILD_VERSION を `m131.6778.3.1` に上げる + - WEBRTC_BUILD_VERSION を `m131.6778.4.0` に上げる - libwebrtc のモジュール分割に追従するため rtc::CreateRandomString のヘッダを追加 - Sora CPP SDK の absl::optional を std::optional に変更した仕様に追従する - Sora CPP SDK の absl::nullopt を std::nullopt に変更した仕様に追従する - - CMAKE_VERSION を `3.30.5` に上げる - - BOOST_VERSION を `1.86.0` に上げる + - CMAKE_VERSION を `3.30.6` に上げる + - BOOST_VERSION を `1.87.0` に上げる - OPENH264_VERSION を `v2.5.0` に上げる - @torikizi @voluntas