Skip to content

Commit

Permalink
Merge pull request #115 from shiguredo/feature/update-sora-cpp-sdk-ca…
Browse files Browse the repository at this point in the history
…nary32

SORA_CPP_SDK_VERSION を 2024.8.0-canary.32 に上げる
  • Loading branch information
torikizi authored Dec 17, 2024
2 parents d99be45 + a00a0f1 commit 68925a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 68925a3

Please # to comment.