From 63c50f59a67fd6f6c5417ae6949d4d0896a048df Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Fri, 22 Sep 2023 21:12:36 -0700 Subject: [PATCH] Update WebRTC code version (2023-09-23T04:12:34). Bug: None Change-Id: I2b5a8ed1987e47ada4bb6da70a75376fd2ad2243 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321108 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@{#40793} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 58d9b952ff..4d1586d920 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-22T04:11:01"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-09-23T04:12:34"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even