Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SORA_CPP_SDK_VERSION を 2024.8.0-canary.32 に上げる #115

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
@@ -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
Loading