From 115aea4774e689fa225e821b49c10c0468a909aa Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Thu, 24 Oct 2024 21:05:10 -0700 Subject: [PATCH] Update WebRTC code version (2024-10-25T04:04:48). Bug: None Change-Id: Ia2ded6a6fa56535ecbb5ef7a5cb94da243e09dd9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/366625 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@{#43303} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 62f83b3342..b07676a795 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-10-24T04:04:22"; +const char* const kSourceTimestamp = "WebRTC source stamp 2024-10-25T04:04:48"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even