From e7a305d3c71a864257e0f64670868e546511a3cc Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Tue, 18 Jun 2024 21:03:23 -0700 Subject: [PATCH] Update WebRTC code version (2024-06-19T04:02:52). Bug: None Change-Id: If66c0eb4275dfcd55c389591f2d735239f6adeec Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355021 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@{#42511} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 1279fb3435..6b1fbc3500 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-06-18T04:02:44"; +const char* const kSourceTimestamp = "WebRTC source stamp 2024-06-19T04:02:52"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even