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