From eb4d69910bd4a2bed2134134eca40bea8a8a2979 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Fri, 26 Aug 2022 21:06:39 -0700 Subject: [PATCH] Update WebRTC code version (2022-08-27T04:06:38). Bug: None Change-Id: Ie9c4aceda4e0cbc9c3372a33d08cd7a90c95adc5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273266 Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Cr-Commit-Position: refs/heads/main@{#37919} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index e9bb02c61f..401a6401ec 100644 --- a/call/version.cc +++ b/call/version.cc @@ -13,7 +13,7 @@ namespace webrtc { // The timestamp is always in UTC. -const char* const kSourceTimestamp = "WebRTC source stamp 2022-08-26T04:02:53"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-08-27T04:06:38"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even