From ba99fc49106e19a523c0c3d00b4a15423cc35fc9 Mon Sep 17 00:00:00 2001 From: torikizi <51085972+torikizi@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:59:29 +0900 Subject: [PATCH] =?UTF-8?q?BOOST=5FVERSION=20=E3=82=92=201.87.0=20?= =?UTF-8?q?=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 | 2 +- examples/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2ca969c..800c366 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.31 WEBRTC_BUILD_VERSION=m131.6778.4.0 -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 a9fd6d1..5987dbd 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.4.0 -BOOST_VERSION=1.86.0 +BOOST_VERSION=1.87.0 CMAKE_VERSION=3.30.5 SDL2_VERSION=2.30.10 CLI11_VERSION=v2.4.2