diff --git a/CHANGES.md b/CHANGES.md index 308a1f2..48abd95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,8 +17,8 @@ - @voluntas - [UPDATE] CMake を 3.30.5 にあげる - @voluntas -- [UPDATE] Boost を 1.86.0 にあげる - - @voluntas +- [UPDATE] Boost を 1.87.0 にあげる + - @voluntas @torikizi - [UPDATE] libwebrtc を m131.6778.3.1 にあげる - H.265 Patch の修正に伴い、C++ SDK の H.265 に関する設定を変更 - examples と test に `rtc::CreateRandomString` のヘッダを追加 diff --git a/VERSION b/VERSION index ffc1724..cf4f5cf 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.31 WEBRTC_BUILD_VERSION=m131.6778.3.1 -BOOST_VERSION=1.86.0 +BOOST_VERSION=1.87.0 CMAKE_VERSION=3.30.5 CUDA_VERSION=11.8.0-1 ANDROID_NDK_VERSION=r26b diff --git a/examples/VERSION b/examples/VERSION index 4d63f12..8d02420 100644 --- a/examples/VERSION +++ b/examples/VERSION @@ -1,6 +1,6 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.31 WEBRTC_BUILD_VERSION=m131.6778.3.1 -BOOST_VERSION=1.86.0 +BOOST_VERSION=1.87.0 CMAKE_VERSION=3.30.5 SDL2_VERSION=2.30.8 CLI11_VERSION=v2.4.2