From b980d999939b8ed81a114ed34e1387f46c2de50c Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Sat, 9 Sep 2023 21:02:32 -0700 Subject: [PATCH] Update WebRTC code version (2023-09-10T04:02:32). Bug: None Change-Id: I6732cf857e1f00b412d8f879c93b110616a4874c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/319667 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@{#40727} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 8c90c75321..fdfaf387fe 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 2023-09-08T04:03:30"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-09-10T04:02:32"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even