From 40a038efa48052e499cc692919ccb60b1c2a82df Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Tue, 3 Sep 2024 21:08:56 -0700 Subject: [PATCH] Update WebRTC code version (2024-09-04T04:08:21). Bug: None Change-Id: I46506e277c2eb489470e2fa24427915db4c0e0e1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361560 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@{#42937} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index af003536f2..f38e6e5110 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-09-03T04:04:21"; +const char* const kSourceTimestamp = "WebRTC source stamp 2024-09-04T04:08:21"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even