From 57c2f35cfc2da8b7b507709237a7fe9791fc64e0 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Fri, 17 May 2024 21:06:23 -0700 Subject: [PATCH] Update WebRTC code version (2024-05-18T04:05:59). Bug: None Change-Id: Ia45e0e8941a58fa83f1682c7c8b7a5475fdd54eb Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350890 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@{#42341} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 49e1eb97ee..3975000989 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 2024-05-17T04:04:50"; +const char* const kSourceTimestamp = "WebRTC source stamp 2024-05-18T04:05:59"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even