Update WebRTC code version (2022-09-25T04:11:51).

Bug: None
Change-Id: Ief54e70ad006637b645b400f09f76a25037c29ed
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276680
Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#38189}
This commit is contained in:
webrtc-version-updater
2022-09-24 21:11:52 -07:00
committed by WebRTC LUCI CQ
parent c45f4e4a3d
commit 3100e5724f

View File

@ -13,7 +13,7 @@
namespace webrtc { namespace webrtc {
// The timestamp is always in UTC. // The timestamp is always in UTC.
const char* const kSourceTimestamp = "WebRTC source stamp 2022-09-24T04:10:13"; const char* const kSourceTimestamp = "WebRTC source stamp 2022-09-25T04:11:51";
void LoadWebRTCVersionInRegister() { void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even // Using volatile to instruct the compiler to not optimize `p` away even