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