diff --git a/CHANGES.md b/CHANGES.md index 953a256d..2758339a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ ## develop +## 2024.1.0 + +**リリース日**: 2024-09-18 + - [CHANGE] `--video-device` の指定を `/dev/video0` のようなファイル名ではなく `MX Brio` のようなデバイス名を指定するようにする - @melpon - [CHANGE] ビルド周りを完全にリニューアルする diff --git a/README.md b/README.md index 303df66c..f0948e5f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WebRTC Native Client Momo -[![libwebrtc](https://img.shields.io/badge/libwebrtc-m119.6045-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/6045) +[![libwebrtc](https://img.shields.io/badge/libwebrtc-m128.6613-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/6613) [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/shiguredo/momo.svg)](https://github.com/shiguredo/momo) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Actions Status](https://github.com/shiguredo/momo/workflows/daily-build-workflow/badge.svg)](https://github.com/shiguredo/momo/actions) diff --git a/VERSION b/VERSION index 86222e79..43b44cb7 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -MOMO_VERSION=2024.1.0-canary.3 +MOMO_VERSION=2024.1.0 WEBRTC_BUILD_VERSION=m128.6613.2.0 BOOST_VERSION=1.86.0 CLI11_VERSION=v2.4.2