Skip to content

Commit

Permalink
Merge pull request #56 from shiguredo/feature/update-boost-and-cmake
Browse files Browse the repository at this point in the history
VERSION ファイルの更新 (Boost 1.83.0 -> 1.84.0, CMake 3.27.7 -> 3.28.1)
  • Loading branch information
enm10k authored Jan 25, 2024
2 parents 49e5eec + 1533424 commit fba4f28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## develop

- [UPDATE] Boost を1.84.0 にあげる
- [UPDATE] CMake を3.28.1 にあげる

## 2024.1.0 (2024-01-16)

- [CHANGE] JetPack 5.1.2 に対応
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SORA_CPP_SDK_VERSION=2024.1.0
WEBRTC_BUILD_VERSION=m120.6099.1.2
BOOST_VERSION=1.83.0
CMAKE_VERSION=3.27.7
BOOST_VERSION=1.84.0
CMAKE_VERSION=3.28.1
BAZEL_VERSION=5.4.1
LYRA_VERSION=1.3.0
LYRA_COMPATIBLE_VERSION=1.3.0
Expand Down
2 changes: 1 addition & 1 deletion test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
version '3.27.7'
version '3.28.1'
}
}
buildFeatures {
Expand Down

0 comments on commit fba4f28

Please sign in to comment.