From 84af2786667e2ed74d271ea13498fa9aae5b4d54 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Sun, 30 Jun 2024 21:06:12 -0700 Subject: [PATCH] Update WebRTC code version (2024-07-01T04:06:11). Bug: None Change-Id: I775c9bb700981055b087581ee194157d35515893 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/356001 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@{#42565} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 07d899ac0f..73d466c3b1 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-28T04:05:47"; +const char* const kSourceTimestamp = "WebRTC source stamp 2024-07-01T04:06:11"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even