forked from crow-misia/libwebrtc-bin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
VERSION
28 lines (24 loc) · 841 Bytes
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
CCACHE_VERSION=4.8.3
# WebRTC doesn't have its own versioning, so we use Chromium versions:
# https://chromiumdash.appspot.com/releases
WEBRTC_VERSION=131.0.6778.85
# Look for the concrete revision for WebRTC in:
# https://chromium.googlesource.com/chromium/src/+/refs/tags/<WEBRTC_VERSION>/DEPS
WEBRTC_COMMIT=8445abdf8069cadcbd134369b70d0ebd436ef477
# Additional revision of the `WEBRTC_VERSION` added as `-rN` suffix to it, and
# tracking additional changes applied on top of it.
# Required for being able to release new versions without waiting for the
# `WEBRTC_VERSION` bump. If absent or is commented out, then no `REVISION` is
# added to the `WEBRTC_VERSION`.
REVISION=1
PACKAGE_NAMES= \
linux-arm64 \
linux-x64 \
macos-x64 \
macos-arm64 \
ios \
android
DOCKER_PACKAGE_NAMES= \
linux-arm64 \
linux-x64 \
android