Skip to content

Commit

Permalink
C++ SDK のバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 16, 2024
1 parent 1ce4ecd commit a4d378d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
- @melpon
- [CHANGE] Ubuntu 20.04 のビルドを削除
- @melpon
- [UPDATE] Sora C++ SDK を 2024.7.0-canary.4 に上げる
- [UPDATE] Sora C++ SDK を `2024.7.0` に上げる
- それに伴って以下のライブラリのバージョンも上げる
- libwebrtc のバージョンを `m125.6422.2.5` に上げる
- libwebrtc のバージョンを `m127.6533.1.1` に上げる
- Boost のバージョンを `1.85.0` に上げる
- @melpon
- CMake のバージョンを `3.29.6` に上げる
- @melpon @voluntas
- [UPDATE] Blend2D, AsmJit を最新版に上げる
- @melpon
- [ADD] Ubuntu 24.04 のビルドを追加
Expand Down
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ZAKURO_VERSION=2024.1.0
SORA_CPP_SDK_VERSION=2024.7.0-canary.4
WEBRTC_BUILD_VERSION=m125.6422.2.5
SORA_CPP_SDK_VERSION=2024.7.0
WEBRTC_BUILD_VERSION=m127.6533.1.1
BOOST_VERSION=1.85.0
CLI11_VERSION=v2.4.2
CMAKE_VERSION=3.28.1
CMAKE_VERSION=3.29.6
BLEND2D_VERSION=c966273935e70ce1bed328993ee40d7cfe8fef5c
ASMJIT_VERSION=062e69ca81defa35eb0ee15f7412f49a0dad3cdb
OPENH264_VERSION=v2.4.1
Expand Down

0 comments on commit a4d378d

Please sign in to comment.