From c9f0b20c532ce40ceae8df2835db0cc06e3ed3b1 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Fri, 19 May 2023 21:11:19 -0700 Subject: [PATCH] Update WebRTC code version (2023-05-20T04:11:18). Bug: None Change-Id: Ia059d8ffeef3be79ef51e08c1c974e0c4c1576c3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/305777 Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Cr-Commit-Position: refs/heads/main@{#40095} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 06adfd023b..a803323811 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 2023-05-18T04:12:20"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-05-20T04:11:18"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even