diff --git a/VERSION b/VERSION index e267d871..d12ceaac 100644 --- a/VERSION +++ b/VERSION @@ -12,7 +12,7 @@ WEBRTC_COMMIT=a18e38fed2307edd6382760213fa3ddf199fa181 # 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 +REVISION=2 PACKAGE_NAMES= \ linux-arm64 \ diff --git a/build.windows.ps1 b/build.windows.ps1 index b2c83957..89a5b99f 100644 --- a/build.windows.ps1 +++ b/build.windows.ps1 @@ -116,6 +116,7 @@ if (!(Test-Path $BUILD_DIR)) { Exec { gclient sync --with_branch_heads -r $WEBRTC_COMMIT } Exec { git apply --ignore-space-change -v $PATCH_DIR\add_licenses.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\4k.patch } +Exec { git apply --ignore-space-change -v $PATCH_DIR\fix_disable_proxy_trace_events.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\webrtc_voice_engine.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\win_dynamic_crt.patch } Exec { git apply --ignore-space-change -v $PATCH_DIR\windows_fix_abseil.patch }