From 48aeb965fa0ecb1b18f3f8756f319445fd3b7449 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Thu, 24 Mar 2022 21:07:39 -0700 Subject: [PATCH] Update WebRTC code version (2022-03-25T04:07:38). Bug: None Change-Id: I8c3fd97767bc8ea70881350982b702918e8596a7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256761 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@{#36327} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index ce21d71d14..85411a3042 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-03-24T04:09:55"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-03-25T04:07:38"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even